summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-08-22 16:18:53 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2019-08-27 12:58:17 +0200
commit0e5b4569d715a0f6edd775fb1dcfa6fa23fd7c25 (patch)
tree93cac50c47e203cd9699f779ac2eb33ad80ab74f /tests
parent7d7781ad41b7145330ea7eb07bfdaf416849bc46 (diff)
parent910b074f1819e0b3c3a67a7d98f20a97f96ec993 (diff)
downloadqtivi-0e5b4569d715a0f6edd775fb1dcfa6fa23fd7c25.tar.gz
Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: I091bb051fb74b4615daeb234dc8982449ab6cd6c
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
+}