From 61e8f03d59cfd748b2a1f83dd51bbb90acd8c7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20H=C3=B6ltt=C3=A4?= Date: Wed, 27 Feb 2019 15:37:07 +0100 Subject: Start tests, basic case pretty complete --- tests/tests.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/tests.pro') 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 -- cgit v1.2.3