summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner/scanner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/scanner/scanner.pro')
-rw-r--r--examples/bluetooth/scanner/scanner.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/bluetooth/scanner/scanner.pro b/examples/bluetooth/scanner/scanner.pro
deleted file mode 100644
index 68572533..00000000
--- a/examples/bluetooth/scanner/scanner.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-QT = core bluetooth quick
-SOURCES += qmlscanner.cpp
-
-TARGET = qml_scanner
-TEMPLATE = app
-
-RESOURCES += \
- scanner.qrc
-
-OTHER_FILES += \
- scanner.qml \
- Button.qml \
- default.png
-
-#DEFINES += QMLJSDEBUGGER
-
-target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/scanner
-INSTALLS += target