aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2019-02-27 15:37:07 +0100
committerAntti Hölttä <AHoelttae@luxoft.com>2019-03-18 16:42:32 +0100
commit61e8f03d59cfd748b2a1f83dd51bbb90acd8c7cc (patch)
treee2bba83ae9e9b9bdac10c282db3106d93717ab4f /tests/tests.pro
parent8489f36322c585ec78199e6eb183000c74afae19 (diff)
Start tests, basic case pretty complete
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 2e9bc7e..e4f9b88 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,5 @@
-QT += testlib
-QT -= gui
+QT += testlib quick
+#QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
@@ -8,3 +8,7 @@ TEMPLATE = app
SOURCES += \
tst_cursornavigation.cpp
+INCLUDEPATH += ../plugin
+
+DISTFILES += \
+ basics.qml