summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/qscriptengine.pro
blob: dd058a4921422667f2acbe1fef2fdedbc03ecfe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
load(qttest_p4)
QT = core gui script
SOURCES += tst_qscriptengine.cpp 

wince* {
    DEFINES += SRCDIR=\\\"./\\\"
} else:!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",""))
}