aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qmltest/qmltest/qmltest.pro
blob: 3ade5f2cbd05e8d2deefd88f67ccab9ab5320233 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE=app
TARGET=tst_qmltestexample
CONFIG += qmltestcase
SOURCES += tst_qmltest.cpp

# Note: Normally, tests are auto-installed to a test-specific directory. Overwritten here
# so this one will end up in the examples tree.
target.path = $$[QT_INSTALL_EXAMPLES]/qmltest
qml.files = tst_basic.qml tst_item.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest
INSTALLS += target qml