tests/benchmarks/declarative/script/script.pro
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 load(qttest_p4)
       
     2 TEMPLATE = app
       
     3 TARGET = tst_script
       
     4 QT += declarative script
       
     5 macx:CONFIG -= app_bundle
       
     6 CONFIG += release
       
     7 
       
     8 SOURCES += tst_script.cpp
       
     9 
       
    10 symbian {
       
    11     importFiles.sources = data
       
    12     importFiles.path =
       
    13     DEPLOYMENT = importFiles
       
    14 } else {
       
    15     DEFINES += SRCDIR=\\\"$$PWD\\\"
       
    16 }
       
    17 
       
    18 
       
    19 
       
    20