From 5e6dbf52104976ed47adecd934bc5cc2fbbdfad9 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 5 Jul 2019 15:40:42 +0200 Subject: 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 --- tests/tests.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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 +} -- cgit v1.2.1