aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-05-20 11:57:29 +1000
committerCharles Yin <charles.yin@nokia.com>2011-05-20 12:07:23 +1000
commitdaf671b42241533a2db1e598487256d616edf290 (patch)
treeeab238ee6f6e8ec55bf292d23399d0430c31b95f /tests/auto/qmltest/qmltest.pro
parent9bf28fbf0ee26dfde7d6060b10186cfccdcfcd67 (diff)
Integrate QtQuickTest into Qt
Diffstat (limited to 'tests/auto/qmltest/qmltest.pro')
-rw-r--r--tests/auto/qmltest/qmltest.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
new file mode 100644
index 0000000000..3ee655d55c
--- /dev/null
+++ b/tests/auto/qmltest/qmltest.pro
@@ -0,0 +1,11 @@
+TEMPLATE=app
+TARGET=tst_qmltest
+CONFIG += warn_on qmltestcase
+SOURCES += tst_qmltest.cpp
+
+OTHER_FILES += \
+ selftests/tst_selftests.qml \
+ qdecarativebinding/tst_binding2.qml \
+ qdecarativebinding/tst_binding.qml \
+ selftests/tst_compare.qml \
+ selftests/tst_compare_quickobjects.qml