Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetext / qdeclarativetext.pro
1 load(qttest_p4)
2 contains(QT_CONFIG,declarative): QT += declarative gui
3 QT += network
4 macx:CONFIG -= app_bundle
5
6 SOURCES += tst_qdeclarativetext.cpp
7
8 INCLUDEPATH += ../shared/
9 HEADERS += ../shared/testhttpserver.h
10 SOURCES += ../shared/testhttpserver.cpp
11
12 symbian: {
13     importFiles.files = data
14     importFiles.path = .
15     DEPLOYMENT += importFiles
16 } else {
17     DEFINES += SRCDIR=\\\"$$PWD\\\"
18 }
19
20 CONFIG += parallel_test
21