diff -r 9aa586a731eb -r 3341fe7c643a controlpanel/src/cpframework/cpframework.pro --- a/controlpanel/src/cpframework/cpframework.pro Wed Jun 23 18:30:54 2010 +0300 +++ b/controlpanel/src/cpframework/cpframework.pro Tue Jul 06 14:34:22 2010 +0300 @@ -50,20 +50,6 @@ 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 \ - widgetml/cpdataformlistentryviewitem_color.css - 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)