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