summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-10-09 13:20:14 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-10-10 06:05:50 +0300
commit93204b3bda941f1b36042fad46753c3f3219a082 (patch)
tree78fc726ee2765e2d85da2776edee2c4d1a69e280 /tests/auto/qmltest/qmltest.pro
parentedbaf4a432bca084a01d739e16386a00919154b9 (diff)
Added initial QML autotests
Just a skeleton for now. Change-Id: I27d577062e7e96880d843a87b71791f896bc2522 Change-Id: I27d577062e7e96880d843a87b71791f896bc2522 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'tests/auto/qmltest/qmltest.pro')
-rw-r--r--tests/auto/qmltest/qmltest.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
new file mode 100644
index 00000000..b2f977eb
--- /dev/null
+++ b/tests/auto/qmltest/qmltest.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+TARGET = tst_qmltest
+CONFIG += qmltestcase
+CONFIG += console
+SOURCES += tst_qmltest.cpp
+OTHER_FILES += bars3d\tst_basic.qml \
+ scatter3d\tst_basic.qml \
+ surface3d\tst_basic.qml