aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qmltest/qmltest/qmltest.pro
blob: dbf032e11ce285e13f319871ddd1cd850c8cbec8 (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]/qtquick/qmltest
sources.files = $$SOURCES qmltest.pro *.qml
sources.path = $$target.path
INSTALLS = sources target