From de70333227709d289a96718009aa7851db5f5df5 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Mon, 30 Jul 2012 10:13:55 +0200 Subject: Only build qml components/examples if qtdeclarative is present Change-Id: I31e1873e9ef243c86c07b0a39edc9d1d61820944 Reviewed-by: Lorn Potter --- examples/sensors/grue/grue.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/sensors/grue/grue.pro') diff --git a/examples/sensors/grue/grue.pro b/examples/sensors/grue/grue.pro index de917bf7..cc6d11cd 100644 --- a/examples/sensors/grue/grue.pro +++ b/examples/sensors/grue/grue.pro @@ -1,7 +1,8 @@ TEMPLATE = subdirs SUBDIRS += lib plugin console_app -SUBDIRS += import qml.pro + +!isEmpty(QT.quick.name): SUBDIRS += import qml.pro plugin.depends = lib import.depends = lib -- cgit v1.2.3