summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/qscriptengine.pro
blob: d4c0f4c638d8604d3a19634f59bdda34d3ae5354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(qttest_p4)
QT = core gui script
SOURCES += tst_qscriptengine.cpp 
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"

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

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