diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-09 13:20:16 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-09 13:20:16 +0200 |
commit | 0a189f7f28b382e57b642932f820f5ee818aba9f (patch) | |
tree | 13b0ea8495f92de3250740afa8f9847b1b3b68b6 | |
parent | efb645a03709e9cf25f8312603a3f01d54ffea52 (diff) |
Adding missing mimetype
Change-Id: I09612dcd21c881363bb3da911f3429ea49f68104
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | reference/etc/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reference/etc/config.cmake b/reference/etc/config.cmake index aba7ecd..8b1db3b 100644 --- a/reference/etc/config.cmake +++ b/reference/etc/config.cmake @@ -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 |