tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     2 contains(QT_CONFIG,declarative): QT += declarative script
     2 contains(QT_CONFIG,declarative): QT += declarative script
     3 macx:CONFIG -= app_bundle
     3 macx:CONFIG -= app_bundle
     4 
     4 
     5 SOURCES += tst_qdeclarativeworkerscript.cpp
     5 SOURCES += tst_qdeclarativeworkerscript.cpp
     6 
     6 
     7 # Define SRCDIR equal to test's source directory
       
     8 symbian: {
     7 symbian: {
     9     DEFINES += SRCDIR=\".\"
       
    10     importFiles.sources = data
     8     importFiles.sources = data
    11     importFiles.path = 
     9     importFiles.path = .
    12     DEPLOYMENT = importFiles
    10     DEPLOYMENT = importFiles
    13 } else {
    11 } else {
    14     DEFINES += SRCDIR=\\\"$$PWD\\\"
    12     DEFINES += SRCDIR=\\\"$$PWD\\\"
    15 }
    13 }
    16 
    14