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

DEFINES += SRCDIR=\\\"$$PWD\\\"

wince* {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0