From bfc49d07b0638927aca3cf63238a80f98ee516a7 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 28 Aug 2013 15:49:18 +0200 Subject: Don't build the qml/quick modules if Qt is built without QtQuick Change-Id: Ie6a8488a1e2a8ce25ed656a275e86df0006c751b Reviewed-by: Oswald Buddenhagen --- src/src.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/src.pro b/src/src.pro index 9f865e0a..983170bb 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,4 +1,5 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += bluetooth nfc imports +SUBDIRS += bluetooth nfc +qtHaveModules(quick): SUBDIRS += imports -- cgit v1.2.3