From 3ad671581149d22eaa2f1562f32cea754bfb1087 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 12 Mar 2015 14:32:10 +0100 Subject: Certain test cases can only be built with QML available Change-Id: I27b6bef6382c599a7ec412895fbb4da0d1760cd0 Reviewed-by: Lorn Potter --- tests/auto/auto.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 329ba7b5..ffcb62cf 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,9 +1,11 @@ TEMPLATE = subdirs SUBDIRS += qsensor -SUBDIRS += sensors2qmlapi +qtHaveModule(qml) { + SUBDIRS += sensors2qmlapi + SUBDIRS += qtsensors5 +} #SUBDIRS += legacy_sensors -SUBDIRS += qtsensors5 SUBDIRS += qsensorgestures SUBDIRS += qsensorgestureplugins SUBDIRS += cmake -- cgit v1.2.3