summaryrefslogtreecommitdiffstats
path: root/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetoothtransferplugin/bluetoothtransferplugin.pro')
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferplugin.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
new file mode 100644
index 00000000..214deb41
--- /dev/null
+++ b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
@@ -0,0 +1,16 @@
+TEMPLATE = lib
+CONFIG += plugin
+PLUGIN_TYPE=serviceframework
+
+QT += bluetooth serviceframework
+
+HEADERS += bluetoothtransferplugin.h \
+ bluetoothtransfer.h
+SOURCES += bluetoothtransferplugin.cpp \
+ bluetoothtransfer.cpp
+TARGET = serviceframework_bluetoothtransferplugin
+DESTDIR = .
+
+xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
+xml.files = bluetoothtransferservice.xml
+INSTALLS += xml