qtmobility/examples/filemanagerplugin/filemanagerplugin.pro
changeset 1 2b40d63a9c3d
child 4 90517678cc4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/examples/filemanagerplugin/filemanagerplugin.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,31 @@
+TEMPLATE = lib
+CONFIG += plugin
+INCLUDEPATH += ../../src/serviceframework
+HEADERS += filemanagerplugin.h \
+           filemanagerstorage.h \
+           filemanagertransfer.h
+SOURCES += filemanagerplugin.cpp \
+           filemanagerstorage.cpp \
+           filemanagertransfer.cpp
+TARGET = serviceframework_filemanagerplugin
+DESTDIR = .
+
+include(../examples.pri)
+CONFIG += mobility
+MOBILITY = serviceframework
+
+symbian {
+    load(data_caging_paths)
+    pluginDep.sources = serviceframework_filemanagerplugin.dll
+    pluginDep.path = $$QT_PLUGINS_BASE_DIR    
+    DEPLOYMENT += pluginDep
+
+    TARGET.EPOCALLOWDLLDATA = 1
+    TARGET.CAPABILITY = ALL -TCB
+}
+
+xml.path = $$DESTDIR/xmldata
+xml.files = filemanagerservice.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