summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/picturetransfer/picturetransfer.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-27 15:58:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-28 16:06:22 +0100
commit6d08ef8b9a56a35db8e21a5517a6304623129b83 (patch)
treef4bb8822ff29d2d6fbf9a286ee500a6e2e22653e /examples/bluetooth/picturetransfer/picturetransfer.pro
parenteae113bb1c9991cdb58b8566242d75ddb9c6677d (diff)
Add documentation for picture transfer example and minor QML fixes
Change-Id: I8ef9e19de9f48797034fd186dff4b0e096748b1d Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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
+
+
+