tests/auto/declarative/qdeclarativeparticles/qdeclarativeparticles.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
       
     1 load(qttest_p4)
       
     2 contains(QT_CONFIG,declarative): QT += declarative gui
       
     3 macx:CONFIG -= app_bundle
       
     4 
       
     5 SOURCES += tst_qdeclarativeparticles.cpp
       
     6 
       
     7 # Define SRCDIR equal to test's source directory
       
     8 symbian: {
       
     9     DEFINES += SRCDIR=\".\"
       
    10     importFiles.sources = data
       
    11     importFiles.path = 
       
    12     DEPLOYMENT = importFiles
       
    13 } else {
       
    14     DEFINES += SRCDIR=\\\"$$PWD\\\"
       
    15 }
       
    16 
       
    17 CONFIG += parallel_test
       
    18