Rename Qt Quick-specific classes to QQuick*
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickloader / qquickloader.pro
1 CONFIG += testcase
2 TARGET = tst_qquickloader
3 macx:CONFIG -= app_bundle
4
5 INCLUDEPATH += ../shared/
6 HEADERS += ../shared/testhttpserver.h
7 SOURCES += tst_qquickloader.cpp \
8            ../shared/testhttpserver.cpp
9
10 testDataFiles.files = data
11 testDataFiles.path = .
12 DEPLOYMENT += testDataFiles
13
14 CONFIG += parallel_test
15
16 QT += core-private gui-private declarative-private network testlib