aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsengine/qjsengine.pro
blob: 0a12e224503f6f36a9c2cce544807f90bfe970e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
QT += declarative widgets
macx:CONFIG -= app_bundle
SOURCES += tst_qjsengine.cpp
#temporary
CONFIG += insignificant_test
wince* {
    addFiles.files = script
    addFiles.path = .
    DEPLOYMENT += addFiles
    DEFINES += SRCDIR=\\\"./\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}