qtmobility/examples/declarative-sfw-dialer/voipdialer/voipdialer.pro
changeset 11 06b8e2af4411
parent 5 453da2cfceef
--- a/qtmobility/examples/declarative-sfw-dialer/voipdialer/voipdialer.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/declarative-sfw-dialer/voipdialer/voipdialer.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -1,6 +1,8 @@
 TEMPLATE = lib
 CONFIG += plugin
 INCLUDEPATH += ../../../src/serviceframework
+PLUGIN_TYPE = serviceframework
+
 HEADERS += voipdialer.h \
            voipdialerplugin.h
 SOURCES += voipdialer.cpp \
@@ -17,8 +19,6 @@
     TARGET.CAPABILITY = ALL -TCB
 }
 
-xml.path = $$DESTDIR/xmldata
+xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
 xml.files = voipdialerservice.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