qtmobility/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
--- a/qtmobility/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -1,6 +1,8 @@
 TEMPLATE = lib
 CONFIG += plugin
+PLUGIN_TYPE=serviceframework
 INCLUDEPATH += ../../src/serviceframework
+
 HEADERS += bluetoothtransferplugin.h \
            bluetoothtransfer.h
 SOURCES += bluetoothtransferplugin.cpp \
@@ -22,8 +24,6 @@
     TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData WriteUserData UserEnvironment
 }
 
-xml.path = $$DESTDIR/xmldata
+xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
 xml.files = bluetoothtransferservice.xml
-xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
 INSTALLS += xml
-build_pass:ALL_DEPS+=install_xml