summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-15 12:11:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-15 12:20:35 +0100
commit1454664752505f5870e4173d15362bfdfe4148e7 (patch)
tree5f72f8697adabc4fd5a17ea39880822877ee275f
parentd659e17a8f1693a1b4291b2b142cca9c4728d842 (diff)
Don't build scanner example without QtQuick
Task-number: QTBUG-35711 Change-Id: I0406fb5edd8fb2a90046308853485eaaa4311a26 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r--examples/bluetooth/bluetooth.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/bluetooth.pro b/examples/bluetooth/bluetooth.pro
index e3ef7691..549bb7c6 100644
--- a/examples/bluetooth/bluetooth.pro
+++ b/examples/bluetooth/bluetooth.pro
@@ -6,4 +6,4 @@ qtHaveModule(widgets) {
bttennis
}
-SUBDIRS += scanner
+qtHaveModule(quick): SUBDIRS += scanner