equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 contains(QT_CONFIG,declarative): QT += declarative network |
|
3 macx:CONFIG -= app_bundle |
|
4 |
|
5 INCLUDEPATH += ../shared/ |
|
6 HEADERS += ../shared/testhttpserver.h |
|
7 |
|
8 SOURCES += tst_qdeclarativexmlhttprequest.cpp \ |
|
9 ../shared/testhttpserver.cpp |
|
10 |
|
11 # Define SRCDIR equal to test's source directory |
|
12 symbian: { |
|
13 DEFINES += SRCDIR=\".\" |
|
14 importFiles.sources = data |
|
15 importFiles.path = |
|
16 DEPLOYMENT = importFiles |
|
17 } else { |
|
18 DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
19 } |
|
20 |
|
21 CONFIG += parallel_test |
|
22 |