Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativexmlhttprequest / qdeclarativexmlhttprequest.pro
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 symbian: {
12     importFiles.files = data
13     importFiles.path = .
14     DEPLOYMENT += importFiles
15 } else {
16     DEFINES += SRCDIR=\\\"$$PWD\\\"
17 }
18
19 CONFIG += parallel_test
20