controlpanel/src/cpframework/cpframework.pro
changeset 40 6465d5bb863a
parent 39 c044bc2ea8f7
child 52 58cebe0861a8
child 55 4c15d9aa2384
--- a/controlpanel/src/cpframework/cpframework.pro	Thu Jun 10 16:03:48 2010 +0800
+++ b/controlpanel/src/cpframework/cpframework.pro	Fri Jun 25 17:09:30 2010 +0800
@@ -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)