58f329d095525b19088122629486b5ff303842e4
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativemoduleplugin / tst_qdeclarativemoduleplugin.pro
1 CONFIG += testcase
2 TARGET = tst_qdeclarativemoduleplugin
3
4 HEADERS = ../../shared/testhttpserver.h
5 SOURCES = tst_qdeclarativemoduleplugin.cpp \
6           ../../shared/testhttpserver.cpp
7 CONFIG -= app_bundle
8
9 include (../../shared/util.pri)
10
11 testDataFiles.files = data
12 testDataFiles.path = .
13 DEPLOYMENT += testDataFiles
14
15 testImportFiles.files = imports
16 testImportFiles.path = .
17 DEPLOYMENT += testImportFiles
18
19 QT += core-private gui-private declarative-private network testlib