controlpanel/src/cpframework/cpframework.pro
changeset 43 3341fe7c643a
parent 29 56ba5cd39aab
child 56 d9e9413f30c9
equal deleted inserted replaced
42:9aa586a731eb 43:3341fe7c643a
    48                              ../../controlpanel_plat/inc/cppluginutility.h \
    48                              ../../controlpanel_plat/inc/cppluginutility.h \
    49                              ../../controlpanel_plat/inc/cplauncherinterface.h
    49                              ../../controlpanel_plat/inc/cplauncherinterface.h
    50     
    50     
    51     headers.sources = $$EXPORT_PLATFORM_HEADERS
    51     headers.sources = $$EXPORT_PLATFORM_HEADERS
    52     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
    52     for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$MW_LAYER_PLATFORM_EXPORT_PATH($$basename(header))"
    53     
       
    54     
       
    55 	# export widgetml files	
       
    56     widgetmls.path = C:/resource/controlpanel/widgetml
       
    57     widgetmls.sources += widgetml/cpdataformlistentryviewitem.css \
       
    58                          widgetml/cpdataformlistentryviewitem.widgetml \
       
    59                          widgetml/cpdataformlistentryviewitem_color.css 
       
    60     for(widgetmlfile, widgetmls.sources):BLD_INF_RULES.prj_exports += "./$$widgetmlfile  $$widgetmls.path/$$basename(widgetmlfile)" 
       
    61     
       
    62     # export icon files	
       
    63     icons.path = C:/resource/controlpanel/icon
       
    64     icons.sources += icon/qgn_prop_set_default_sub.svg
       
    65     for(iconfile, icons.sources):BLD_INF_RULES.prj_exports += "./$$iconfile  $$icons.path/$$basename(iconfile)" 
       
    66     
       
    67 }
    53 }
    68 include (../logger/logger_export.pri)
    54 include (../logger/logger_export.pri)
    69     
    55