summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 21:45:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:44:15 +0100
commit2f1eac5f35466ee257eb5d4a61aa3a837d53b82a (patch)
tree39e8b6bfffc5744b88d5e55f3f18cb7d064072ed /tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
parent7c8debaf726d26d68c940abdc5538f550accba0b (diff)
downloadqtscript-2f1eac5f35466ee257eb5d4a61aa3a837d53b82a.tar.gz
remove symbian vestiges
Change-Id: Id4cf97c6ca3b9d4335daf4f32842fb07f51c557e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro')
-rw-r--r--tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
index c449a8e..0acd167 100644
--- a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
+++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
@@ -5,9 +5,9 @@ SOURCES += tst_qscriptjstestsuite.cpp
RESOURCES += qscriptjstestsuite.qrc
include(../qscriptv8testsuite/abstracttestsuite.pri)
-!symbian: DEFINES += SRCDIR=\\\"$$PWD\\\"
+DEFINES += SRCDIR=\\\"$$PWD\\\"
-wince*|symbian: {
+wince* {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles