summaryrefslogtreecommitdiff
path: root/examples/nfc/nfc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/nfc.pro')
-rw-r--r--examples/nfc/nfc.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/nfc/nfc.pro b/examples/nfc/nfc.pro
index f76426de..49d54525 100644
--- a/examples/nfc/nfc.pro
+++ b/examples/nfc/nfc.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
qtHaveModule(widgets) {
- SUBDIRS += \
- annotatedurl \
- ndefeditor
+ SUBDIRS += annotatedurl
+}
+qtHaveModule(quickcontrols2) {
+ SUBDIRS += ndefeditor
}