mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 12:57:45 +00:00
Port to ECMQmlModule
This commit is contained in:
parent
8b90f114d5
commit
b801a73265
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ include(KDEClangFormat)
|
||||||
include(ECMAddTests)
|
include(ECMAddTests)
|
||||||
include(ECMQtDeclareLoggingCategory)
|
include(ECMQtDeclareLoggingCategory)
|
||||||
include(ECMAddAppIcon)
|
include(ECMAddAppIcon)
|
||||||
|
include(ECMQmlModule)
|
||||||
|
|
||||||
ecm_setup_version(${PROJECT_VERSION}
|
ecm_setup_version(${PROJECT_VERSION}
|
||||||
VARIABLE_PREFIX ASTRA
|
VARIABLE_PREFIX ASTRA
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
add_library(astra_static STATIC)
|
add_library(astra_static STATIC)
|
||||||
|
|
||||||
qt_add_qml_module(astra_static
|
ecm_add_qml_module(astra_static
|
||||||
URI zone.xiv.astra
|
URI zone.xiv.astra
|
||||||
VERSION 1.0)
|
VERSION 1.0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue