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