From b801a7326519be066c88ea4fdb9bf1e0ffab6926 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 22 Aug 2024 21:36:23 -0400 Subject: [PATCH] Port to ECMQmlModule --- CMakeLists.txt | 1 + launcher/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)