From 33b3fe378486eddddf63a320ebcc5ebb3db0e0d5 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 24 Oct 2014 09:50:12 +0300 Subject: Make build check for existence of quick module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd04b72bb7bdbf34c73e6f27c90674fda4fc4cc2 Reviewed-by: Tomi Korpipää --- tests/auto/auto.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 6f70bd1b..df2943a4 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,5 +1,7 @@ TEMPLATE = subdirs -SUBDIRS = qmltest \ - cpptest + +SUBDIRS += cpptest + +qtHaveModule(quick): SUBDIRS += qmltest installed_cmake.depends = cmake -- cgit v1.2.3