Add more information to appdata xml

- Add oars content rating to appdata xml
- Add screenshots to appdata xml
- Add release info

Change-Id: I61bf023814149983f7a64e03f49eb8d998dac85b
Reviewed-by: Youri Westerman <tetracon@gmail.com>
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Youri Westerman
2021-04-26 23:40:05 +02:00
committed by Eike Ziller
parent b92acd3e8e
commit 103aa8be7c
6 changed files with 47 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ qtc_handle_sccache_support()
option(WITH_TESTS "Build Tests" OFF)
add_feature_info("Build tests" ${WITH_TESTS} "")
option(WITH_DEBUG_CMAKE "Enabled CMake project debugging functionality (e.g. source file disk checking)" OFF)
option(SHOW_BUILD_DATE "Show build date in about dialog" OFF)
# merge binary directories of sub projects into top level
set(QTC_MERGE_BINARY_DIR ON)