summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/picturetransfer/picturetransfer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/picturetransfer/picturetransfer.pro')
-rw-r--r--examples/bluetooth/picturetransfer/picturetransfer.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/bluetooth/picturetransfer/picturetransfer.pro b/examples/bluetooth/picturetransfer/picturetransfer.pro
deleted file mode 100644
index 077673e9..00000000
--- a/examples/bluetooth/picturetransfer/picturetransfer.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-QT += quick bluetooth
-
-
-TARGET = qml_picturetransfer
-TEMPLATE = app
-
-RESOURCES += \
- qmltransfer.qrc
-
-OTHER_FILES += \
- bttransfer.qml \
- Button.qml \
- DeviceDiscovery.qml \
- PictureSelector.qml \
- FileSending.qml
-
-HEADERS += \
- filetransfer.h
-
-SOURCES += \
- filetransfer.cpp \
- main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/picturetransfer
-INSTALLS += target
-
-EXAMPLE_FILES += \
- icon.png