summaryrefslogtreecommitdiffstats
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, 7 insertions, 0 deletions
diff --git a/examples/nfc/nfc.pro b/examples/nfc/nfc.pro
new file mode 100644
index 00000000..d219924c
--- /dev/null
+++ b/examples/nfc/nfc.pro
@@ -0,0 +1,7 @@
+TEMPLATE = subdirs
+!contains(QT_CONFIG, no-widgets) {
+ SUBDIRS += \
+ annotatedurl \
+ ndefeditor \
+ poster
+}