tests/auto/declarative/examples/examples.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     5 SOURCES += tst_examples.cpp 
     5 SOURCES += tst_examples.cpp 
     6 
     6 
     7 include(../../../../tools/qml/qml.pri)
     7 include(../../../../tools/qml/qml.pri)
     8 
     8 
     9 symbian: {
     9 symbian: {
    10     DEFINES += SRCDIR=\".\"
       
    11     importFiles.sources = data
    10     importFiles.sources = data
    12     importFiles.path =
    11     importFiles.path = .
    13     DEPLOYMENT = importFiles
    12     DEPLOYMENT = importFiles
    14 } else {
    13 } else {
    15     DEFINES += SRCDIR=\\\"$$PWD\\\"
    14     DEFINES += SRCDIR=\\\"$$PWD\\\"
    16 }
    15 }
    17 
    16