summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: 1ef7562d48f2db62a987ef2e9974560c0d481baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = tst_qscriptjstestsuite
CONFIG += testcase
QT = core-private script testlib
SOURCES  += tst_qscriptjstestsuite.cpp
RESOURCES += qscriptjstestsuite.qrc
include(../qscriptv8testsuite/abstracttestsuite.pri)

!symbian: DEFINES += SRCDIR=\\\"$$PWD\\\"

wince*|symbian: {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles
}