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.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/bluetooth/picturetransfer/picturetransfer.pro b/examples/bluetooth/picturetransfer/picturetransfer.pro
new file mode 100644
index 00000000..0eee46a2
--- /dev/null
+++ b/examples/bluetooth/picturetransfer/picturetransfer.pro
@@ -0,0 +1,25 @@
+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
+
+
+