diff --git a/CMakeLists.txt b/CMakeLists.txt index 4469260..0e13fb3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ include(KDEClangFormat) include(ECMAddTests) include(ECMQtDeclareLoggingCategory) include(ECMAddAppIcon) +include(ECMQmlModule) ecm_setup_version(${PROJECT_VERSION} VARIABLE_PREFIX ASTRA diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 13b859f..53c0f18 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -3,7 +3,7 @@ add_library(astra_static STATIC) -qt_add_qml_module(astra_static +ecm_add_qml_module(astra_static URI zone.xiv.astra VERSION 1.0)