diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-28 10:47:00 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-28 10:47:00 +0100 |
commit | b0c89741eafffe8d671333cc18c55c5799777de8 (patch) | |
tree | ed63084e6e56f5bc93220ce61b374d947f65ecaf /conf.d/cmake | |
parent | 8cf9125be209bea7b8bb678665e2db4d3b467708 (diff) |
Wrong widget template used by the projecthalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Wrong widget template used by the project which make the icon visible in
the launcher screen
Bug-AGL: SPEC-2063
Change-Id: I149a56f97d9dcd2ea4927274c21021b14163c92f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 2e04bb4..45341ba 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -140,7 +140,7 @@ add_definitions(-DAFB_BINDING_VERSION=3) # to your app. # ----------------------------------------- #set(WIDGET_ICON "conf.d/wgt/${PROJECT_ICON}" CACHE PATH "Path to the widget icon") -#set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)") +set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)") #set(TEST_WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/test-config.xml.in" CACHE PATH "Path to the test widget config file template (test-config.xml.in)") # Mandatory widget Mimetype specification of the main unit |