Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qquickbinding / qquickbinding.pro
1 CONFIG += testcase
2 TARGET = tst_qquickbinding
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qquickbinding.cpp
6
7 include (../../shared/util.pri)
8
9 testDataFiles.files = data
10 testDataFiles.path = .
11 DEPLOYMENT += testDataFiles
12
13 CONFIG += parallel_test
14
15 QT += core-private gui-private qml-private quick-private testlib