controlpanel/src/cpframework/cpframework.pro
branchGCC_SURGE
changeset 45 f48d04161a92
parent 43 3341fe7c643a
child 56 d9e9413f30c9
equal deleted inserted replaced
27:572294aa6075 45:f48d04161a92
    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     for(widgetmlfile, widgetmls.sources):BLD_INF_RULES.prj_exports += "./$$widgetmlfile  $$widgetmls.path/$$basename(widgetmlfile)" 
       
    60     
       
    61     # export icon files	
       
    62     icons.path = C:/resource/controlpanel/icon
       
    63     icons.sources += icon/qgn_prop_set_default_sub.svg
       
    64     for(iconfile, icons.sources):BLD_INF_RULES.prj_exports += "./$$iconfile  $$icons.path/$$basename(iconfile)" 
       
    65     
       
    66 }
    53 }
    67 include (../logger/logger_export.pri)
    54 include (../logger/logger_export.pri)
    68     
    55