Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktext / qquicktext.pro
1 CONFIG += testcase
2 TARGET = tst_qquicktext
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qquicktext.cpp
6
7 INCLUDEPATH += ../../shared/
8 HEADERS += ../../shared/testhttpserver.h
9 SOURCES += ../../shared/testhttpserver.cpp
10
11 include (../../shared/util.pri)
12
13 testDataFiles.files = data
14 testDataFiles.path = .
15 DEPLOYMENT += testDataFiles
16
17 CONFIG += parallel_test
18
19 QT += core-private gui-private v8-private qml-private quick-private widgets-private opengl-private network testlib