summaryrefslogtreecommitdiffstats
path: root/examples/btscanner/btscanner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/btscanner/btscanner.pro')
-rw-r--r--examples/btscanner/btscanner.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/btscanner/btscanner.pro b/examples/btscanner/btscanner.pro
new file mode 100644
index 00000000..629d7d8f
--- /dev/null
+++ b/examples/btscanner/btscanner.pro
@@ -0,0 +1,21 @@
+TARGET = btscanner
+
+INCLUDEPATH += ../../src/connectivity/bluetooth
+DEPENDPATH += ../../src/connectivity/bluetooth
+
+QT += bluetooth widgets
+TEMPLATE = app
+
+SOURCES = \
+ main.cpp \
+ device.cpp \
+ service.cpp
+
+HEADERS = \
+ device.h \
+ service.h
+
+FORMS = \
+ device.ui \
+ service.ui
+