X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=reference%2Fetc%2Fconfig.cmake;h=2520153b95dde786fe662073c65c7305668184c7;hb=4d29be205e65c2eb62c729d4beb860870a2662e5;hp=596cfbb5548dccf6ee6138377942d6f84ecbdb53;hpb=7831e0165ae752c15474d4baa897c41958750f77;p=apps%2Fapp-templates.git diff --git a/reference/etc/config.cmake b/reference/etc/config.cmake index 596cfbb..2520153 100644 --- a/reference/etc/config.cmake +++ b/reference/etc/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(NAME example) +set(PROJECT_NAME example) set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Example") set(PROJECT_DESCRIPTION "AGL application example") @@ -67,7 +67,7 @@ set(CMAKE_CXX_FLAGS "") # Print a helper message when every thing is finished # ---------------------------------------------------- #set(CLOSING_MESSAGE "") - +#set(WIDGET_MESSAGE "Install widget file using in the target : afm-util install ${PROJECT_NAME}.wgt") # (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable] # --------------------------------------------------------------------- @@ -110,6 +110,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # - application/vnd.agl.service # - application/vnd.agl.native # - text/vnd.qt.qml +# - text/html # - application/vnd.agl.qml # - application/vnd.agl.qml.hybrid # - application/vnd.agl.html.hybrid