X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf.d%2Fconfig.cmake;h=e9b5cd57eed8085485d4d2da321781b4bca46ae3;hb=d618bb5be37f87cea9a3d32236caa536553455fd;hp=3e1f637f5d60094a35cab82c8b951bbb3832dcf0;hpb=714eb879caedcc32674b26fdc7583a6fcfeb4f85;p=apps%2Fagl-service-unicens.git diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 3e1f637..e9b5cd5 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -29,6 +29,10 @@ set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh") set(PROJECT_LICENCE "Apache-V2") set(PROJECT_LANGUAGES,"C") +# Where are stored default templates files from submodule or subtree app-templates in your project tree +# relative to the root project directory +set(PROJECT_APP_TEMPLATES_DIR "conf.d/templates") + # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- set(CMAKE_BUILD_TYPE "DEBUG") @@ -107,7 +111,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # - application/vnd.agl.qml.hybrid # - application/vnd.agl.html.hybrid # -# set(WIDGET_TYPE MimeType) +set(WIDGET_TYPE application/vnd.agl.service) # Optional force binding Linking flag # ------------------------------------