summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro11
1 files changed, 2 insertions, 9 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 36b1ecb5..a6efc9a0 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,11 +1,4 @@
TEMPLATE = subdirs
-!contains(QT_CONFIG, no-widgets) {
- SUBDIRS += bluetooth
-}
-SUBDIRS += bluetooth
-
-#Qt NFC based examples
-#SUBDIRS += poster \
-# ndefeditor \
-# annotatedurl
+!isEmpty(QT.bluetooth.name):SUBDIRS += bluetooth
+!isEmpty(QT.nfc.name):SUBDIRS += nfc