equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 SOURCES += tst_qmlvisual.cpp |
|
6 |
|
7 symbian: { |
|
8 importFiles.path = |
|
9 importFiles.sources = animation \ |
|
10 fillmode \ |
|
11 focusscope \ |
|
12 ListView \ |
|
13 qdeclarativeborderimage \ |
|
14 qdeclarativeflickable \ |
|
15 qdeclarativeflipable \ |
|
16 qdeclarativegridview \ |
|
17 qdeclarativemousearea \ |
|
18 qdeclarativeparticles \ |
|
19 qdeclarativepathview \ |
|
20 qdeclarativepositioners \ |
|
21 qdeclarativesmoothedanimation \ |
|
22 qdeclarativespringfollow \ |
|
23 qdeclarativetext \ |
|
24 qdeclarativetextedit \ |
|
25 qdeclarativetextinput \ |
|
26 rect \ |
|
27 repeater \ |
|
28 selftest_noimages \ |
|
29 webview |
|
30 DEPLOYMENT = importFiles |
|
31 |
|
32 DEFINES += QT_TEST_SOURCE_DIR=\".\" |
|
33 } else { |
|
34 DEFINES += QT_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\" |
|
35 } |
|
36 |
|
37 CONFIG += parallel_test |