summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner/scanner.pro
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-09-25 15:20:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 14:43:52 +0200
commitd8a179128c0fa8e9cc482df58b9334c696602be6 (patch)
treedd5032440aa87dfd63c973265adc9947db0918f6 /examples/bluetooth/scanner/scanner.pro
parent9d89c661395347bdda9362a77d38c86ad60f486b (diff)
Qt Bluetooth: Modularized documentation
-moved documentation to src/bluetooth/doc -added a qdocconf file for Qt Bluetooth -fixed relative paths for snippets -moved examples to examples/bluetooth Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'examples/bluetooth/scanner/scanner.pro')
-rw-r--r--examples/bluetooth/scanner/scanner.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/bluetooth/scanner/scanner.pro b/examples/bluetooth/scanner/scanner.pro
new file mode 100644
index 00000000..ff046a96
--- /dev/null
+++ b/examples/bluetooth/scanner/scanner.pro
@@ -0,0 +1,11 @@
+QT += concurrent network bluetooth quick
+SOURCES += qmlscanner.cpp
+
+TARGET = qml_scanner
+TEMPLATE = app
+
+RESOURCES += \
+ scanner.qrc
+
+OTHER_FILES += \
+ scanner.qml