equal
deleted
inserted
replaced
3 macx:CONFIG -= app_bundle |
3 macx:CONFIG -= app_bundle |
4 |
4 |
5 SOURCES += tst_qmlvisual.cpp |
5 SOURCES += tst_qmlvisual.cpp |
6 |
6 |
7 symbian: { |
7 symbian: { |
8 importFiles.path = |
8 importFiles.path = . |
9 importFiles.sources = animation \ |
9 importFiles.sources = animation \ |
10 fillmode \ |
10 fillmode \ |
11 focusscope \ |
11 focusscope \ |
12 ListView \ |
12 ListView \ |
13 qdeclarativeborderimage \ |
13 qdeclarativeborderimage \ |
26 rect \ |
26 rect \ |
27 repeater \ |
27 repeater \ |
28 selftest_noimages \ |
28 selftest_noimages \ |
29 webview |
29 webview |
30 DEPLOYMENT = importFiles |
30 DEPLOYMENT = importFiles |
31 |
|
32 DEFINES += QT_TEST_SOURCE_DIR=\".\" |
|
33 } else { |
31 } else { |
34 DEFINES += QT_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\" |
32 DEFINES += QT_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\" |
35 } |
33 } |
36 |
34 |
37 CONFIG += parallel_test |
35 CONFIG += parallel_test |