tests/auto/declarative/parserstress/parserstress.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     3 macx:CONFIG -= app_bundle
     3 macx:CONFIG -= app_bundle
     4 
     4 
     5 SOURCES += tst_parserstress.cpp
     5 SOURCES += tst_parserstress.cpp
     6 
     6 
     7 symbian: {
     7 symbian: {
     8     DEFINES += SRCDIR=\".\"
     8     importFiles.sources = ..\\..\\qscriptjstestsuite\\tests
     9     importFiles.sources = ..\..\qscriptjstestsuite\tests
     9     importFiles.path = .
    10     importFiles.path = 
       
    11     DEPLOYMENT = importFiles
    10     DEPLOYMENT = importFiles
    12 } else {
    11 } else {
    13     DEFINES += SRCDIR=\\\"$$PWD\\\"
    12     DEFINES += SRCDIR=\\\"$$PWD\\\"
    14 }
    13 }
    15 
    14