qtmobility/examples/notesmanagerplugin/notesmanagerplugin.pro
changeset 11 06b8e2af4411
parent 5 453da2cfceef
--- a/qtmobility/examples/notesmanagerplugin/notesmanagerplugin.pro	Thu May 27 13:42:11 2010 +0300
+++ b/qtmobility/examples/notesmanagerplugin/notesmanagerplugin.pro	Fri Jun 11 14:26:25 2010 +0300
@@ -1,6 +1,7 @@
 TEMPLATE = lib
 CONFIG += plugin
 INCLUDEPATH += ../../src/serviceframework
+PLUGIN_TYPE = serviceframework
 HEADERS += note.h \
            notesmanagerplugin.h \
            notesmanager.h
@@ -8,7 +9,6 @@
            notesmanager.cpp
 QT += sql
 TARGET = serviceframework_notesmanagerplugin
-DESTDIR = .
 
 contains(QT_CONFIG, declarative):DEFINES += DECLARATIVE
 
@@ -26,8 +26,6 @@
     TARGET.CAPABILITY = ALL -TCB
 }
 
-xml.path = $$DESTDIR/xmldata
+xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
 xml.files = notesmanagerservice.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