From f5c58c6a3d77aeee1f8d3bc152aa3731efefac0e Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Sat, 28 Jul 2012 15:26:30 +0200 Subject: Only build qml components/examples if qtdeclarative is present Change-Id: I4ceac7bb7027b14f67175c66af142b0b6a9f7ad6 Reviewed-by: Oswald Buddenhagen Reviewed-by: Laszlo Papp Reviewed-by: Alex --- src/src.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 2a616cc8..676d30d8 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,4 +1,6 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += 3rdparty location plugins imports +SUBDIRS += 3rdparty location plugins + +!isEmpty(QT.quick.name): SUBDIRS += imports -- cgit v1.2.1