diff -r 159cfcd3c1c5 -r 48848d132687 controlpanel/src/cpframework/cpframework.pro --- a/controlpanel/src/cpframework/cpframework.pro Thu Apr 01 03:31:13 2010 +0800 +++ b/controlpanel/src/cpframework/cpframework.pro Fri Apr 16 11:40:46 2010 +0800 @@ -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)