summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/pingpong/pingpong.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/pingpong/pingpong.pro')
-rw-r--r--examples/bluetooth/pingpong/pingpong.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/bluetooth/pingpong/pingpong.pro b/examples/bluetooth/pingpong/pingpong.pro
deleted file mode 100644
index 07675f27..00000000
--- a/examples/bluetooth/pingpong/pingpong.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = app
-TARGET = pingpong
-
-QT += quick bluetooth
-
-# Input
-SOURCES += main.cpp \
- pingpong.cpp
-
-OTHER_FILES += assets/*.qml
-
-RESOURCES += \
- resource.qrc
-
-HEADERS += \
- pingpong.h
-
-target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/pingpong
-INSTALLS += target