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, 0 insertions, 16 deletions
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro b/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
deleted file mode 100644
index 9f3f3814..00000000
--- a/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-PLUGIN_TYPE=serviceframework
-
-QT += concurrent 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