summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
blob: 91e1b6466d89cb3007841ccbce7d1886bca8b524 (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)

wince* {
testFiles.files = tests
testFiles.path = .
DEPLOYMENT += testFiles
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
win32:CONFIG += insignificant_test # QTBUG-36632