aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsengine/qjsengine.pro
blob: 87e52ce25d0ad67db99b4bd5db7227a4b9175712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
load(qttest_p4)
QT += declarative
macx:CONFIG -= app_bundle
SOURCES += tst_qjsengine.cpp

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",""))
}