changeset 30 | 5dc02b23752f |
child 33 | 3e2da88830cd |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 SOURCES += tst_examples.cpp |
|
6 |
|
7 include(../../../../tools/qml/qml.pri) |
|
8 |
|
9 symbian: { |
|
10 DEFINES += SRCDIR=\".\" |
|
11 importFiles.sources = data |
|
12 importFiles.path = |
|
13 DEPLOYMENT = importFiles |
|
14 } else { |
|
15 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
16 } |
|
17 |
|
18 CONFIG += parallel_test |
|
19 |