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