controlpanel/src/cpframework/cpframework.pro
changeset 43 3341fe7c643a
parent 29 56ba5cd39aab
child 56 d9e9413f30c9
--- 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)