summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptengine/qscriptengine.pro
blob: 834be2a836c0a5189c1cdea107ca5a3c71c0869b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = tst_qscriptengine
CONFIG += testcase
QT = core gui widgets script script-private testlib
SOURCES += tst_qscriptengine.cpp 
RESOURCES += qscriptengine.qrc

wince* {
    DEFINES += SRCDIR=\\\"./\\\"
} else:!symbian {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

wince*|symbian: {
   addFiles.files = script
   addFiles.path = .
   DEPLOYMENT += addFiles
}

symbian: {
   TARGET.UID3 = 0xE0340006
   DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
}