diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-15 19:04:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 70c55b791e5b40c9e2699e364de9a81c8c8f0f75 (patch) | |
tree | 21ba874e753daf5c9481e992902669e51dbd20d8 /samples.d/config.cmake.sample | |
parent | 3fe1073c8a0793ae712c3cfd902df0a008ebaa44 (diff) |
Better handling of icons
Use custom icon if needed or default one if none
Change-Id: Ieaa096e3bf40f202e5204dbb48a977edc074d24b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d/config.cmake.sample')
-rw-r--r-- | samples.d/config.cmake.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 8ca0349..c979181 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -105,6 +105,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # Optional location for config.xml.in # ----------------------------------- +set(WIDGET_ICON ${PROJECT_APP_TEMPLATES_DIR}/wgt/${PROJECT_ICON}) #set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in) # Mandatory widget Mimetype specification of the main unit |