summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/btscanner/btscanner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/btscanner/btscanner.pro')
-rw-r--r--tests/manual/examples/btscanner/btscanner.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/manual/examples/btscanner/btscanner.pro b/tests/manual/examples/btscanner/btscanner.pro
new file mode 100644
index 00000000..3ef49969
--- /dev/null
+++ b/tests/manual/examples/btscanner/btscanner.pro
@@ -0,0 +1,24 @@
+TARGET = btscanner
+
+QT = core bluetooth widgets
+requires(qtConfig(listwidget))
+TEMPLATE = app
+
+SOURCES = \
+ main.cpp \
+ device.cpp \
+ service.cpp
+
+ios: QMAKE_INFO_PLIST = Info.plist
+macos: QMAKE_INFO_PLIST = ../../../../examples/bluetooth/shared/Info.qmake.macos.plist
+
+HEADERS = \
+ device.h \
+ service.h
+
+FORMS = \
+ device.ui \
+ service.ui
+
+target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/btscanner
+INSTALLS += target