controlpanel/src/cpframework/cpframework.pro
changeset 21 851e19007849
parent 18 e3554c9069b6
child 29 56ba5cd39aab
--- a/controlpanel/src/cpframework/cpframework.pro	Fri Apr 16 15:15:08 2010 +0300
+++ b/controlpanel/src/cpframework/cpframework.pro	Mon May 03 12:46:45 2010 +0300
@@ -22,6 +22,8 @@
 include ( ./cpframework.pri )
 include ( ../../controlpanel_plat/inc/controlpanel_plat.pri )
 
+RESOURCES += cpframework.qrc
+
 symbian: { 
     TARGET.UID3 = 0x20025FDA
 }
@@ -33,6 +35,7 @@
     # export headers to mw
     EXPORT_PLATFORM_HEADERS += \
                              ../../controlpanel_plat/inc/cpglobal.h \
+                             ../../controlpanel_plat/inc/cpbasepath.h \
                              ../../controlpanel_plat/inc/cpplugininterface.h \
                              ../../controlpanel_plat/inc/cppluginplatinterface.h \
                              ../../controlpanel_plat/inc/cppluginloader.h \
@@ -42,10 +45,24 @@
                              ../../controlpanel_plat/inc/cpsettingformitemdata.h \
                              ../../controlpanel_plat/inc/cpsettingformentryitemdata.h \
                              ../../controlpanel_plat/inc/cpsettingformentryitemdataimpl.h \
-                             ../../controlpanel_plat/inc/cppluginutility.h
+                             ../../controlpanel_plat/inc/cppluginutility.h \
+                             ../../controlpanel_plat/inc/cplauncherinterface.h
     
     headers.sources = $$EXPORT_PLATFORM_HEADERS
     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
+    
+    
+	# export widgetml files	
+    widgetmls.path = C:/resource/controlpanel/widgetml
+    widgetmls.sources += widgetml/cpdataformlistentryviewitem.css \
+                         widgetml/cpdataformlistentryviewitem.widgetml
+    for(widgetmlfile, widgetmls.sources):BLD_INF_RULES.prj_exports += "./$$widgetmlfile  $$widgetmls.path/$$basename(widgetmlfile)" 
+    
+    # export icon files	
+    icons.path = C:/resource/controlpanel/icon
+    icons.sources += icon/qgn_prop_set_default_sub.svg
+    for(iconfile, icons.sources):BLD_INF_RULES.prj_exports += "./$$iconfile  $$icons.path/$$basename(iconfile)" 
+    
 }
 include (../logger/logger_export.pri)