Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativemoduleplugin / tst_qdeclarativemoduleplugin.pro
1 load(qttest_p4)
2
3 HEADERS = ../shared/testhttpserver.h
4 SOURCES = tst_qdeclarativemoduleplugin.cpp \
5           ../shared/testhttpserver.cpp
6 QT += declarative network
7 CONFIG -= app_bundle
8
9 symbian: {
10     importFiles.files = data
11     importFiles.path = .
12     DEPLOYMENT += importFiles
13 } else {
14     DEFINES += SRCDIR=\\\"$$PWD\\\"
15 }