aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/qmltest.pro')
-rw-r--r--tests/auto/qmltest/qmltest.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
new file mode 100644
index 0000000000..1b7dad2ace
--- /dev/null
+++ b/tests/auto/qmltest/qmltest.pro
@@ -0,0 +1,13 @@
+TEMPLATE=app
+TARGET=tst_qmltest
+CONFIG += warn_on qmltestcase
+SOURCES += tst_qmltest.cpp
+
+OTHER_FILES += \
+ selftests/tst_selftests.qml \
+ qdeclarativebinding/tst_binding2.qml \
+ qdeclarativebinding/tst_binding.qml \
+ selftests/tst_compare.qml \
+ selftests/tst_compare_quickobjects.qml
+
+CONFIG+=insignificant_test