From 456590a6e2c5952abfed95d1f00a515fa5c2ab89 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Sat, 28 Jul 2012 14:39:28 +0200 Subject: The qt quick imports are build only if qtdeclarative is present If the declarative module is not present, the qtquick/qml components will not be build Change-Id: I5106bc85a149df74ced5e2b0aa9510fcf789a3ef Reviewed-by: Jamey Hicks --- src/src.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index ae3b872..ed85fd2 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,3 +1,5 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += 3rdparty jsonstream clientcompat partition client daemon imports +SUBDIRS += 3rdparty jsonstream clientcompat partition client daemon + +!isEmpty(QT.quick.name): SUBDIRS += imports -- cgit v1.2.3