diff options
Diffstat (limited to 'tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro')
-rw-r--r-- | tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro index 69ded3f..06b861e 100644 --- a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro +++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro @@ -1,7 +1,11 @@ load(qttest_p4) QT = core script SOURCES += tst_qscriptjstestsuite.cpp -symbian:TARGET.EPOCHEAPSIZE = 0x020000 0xA00000 +symbian { + TARGET.EPOCHEAPSIZE = 0x020000 0xA00000 +} else { + DEFINES += SRCDIR=\\\"$$PWD\\\" +} wince*|symbian*: { testFiles.sources = tests testFiles.path = . |