summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-07-05 15:40:42 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2019-07-08 13:24:10 +0200
commit5e6dbf52104976ed47adecd934bc5cc2fbbdfad9 (patch)
treecb53001480459e08b21af4859f1cfbe4cc495be6 /tests
parent9cd12edaef42aa4acab73cb61dda2273d7f22fe5 (diff)
downloadqtivi-5e6dbf52104976ed47adecd934bc5cc2fbbdfad9.tar.gz
Fix build to work without the QtGui module
Tests are skipped in this configuration because a lot of tests rely on QtQuick being available. Change-Id: I1a1661474f9279f2a8f7c3de24786629e73f75a4 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 2ede516..432c5cf 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,3 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS = auto
+qtHaveModule(gui): {
+ SUBDIRS = auto
+}