Use ECM QML module so the module can be used outside of repository

This commit is contained in:
Joshua Goins
2024-01-04 14:42:17 -05:00
parent e3098a660a
commit 7d3194034c
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,7 @@ include(FeatureSummary)
include(GenerateExportHeader)
include(KDEClangFormat)
include(ECMQtDeclareLoggingCategory)
include(ECMQmlModule)
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)