Include missing ECMQmlModule
Amendsbc67033c00ande0c3a1c143No idea why this isn't caught by CI, but it fails for me otherwise. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> (cherry picked from commit22743b6d8b)
This commit is contained in:
@@ -38,6 +38,7 @@ include(KDEGitCommitHooks)
|
|||||||
include(ECMCheckOutboundLicense)
|
include(ECMCheckOutboundLicense)
|
||||||
include(ECMQtDeclareLoggingCategory)
|
include(ECMQtDeclareLoggingCategory)
|
||||||
include(ECMAddAndroidApk)
|
include(ECMAddAndroidApk)
|
||||||
|
include(ECMQmlModule)
|
||||||
if (NOT ANDROID)
|
if (NOT ANDROID)
|
||||||
include(KDEClangFormat)
|
include(KDEClangFormat)
|
||||||
endif()
|
endif()
|
||||||
@@ -59,7 +60,6 @@ set_package_properties(Qt6 PROPERTIES
|
|||||||
PURPOSE "Basic application components"
|
PURPOSE "Basic application components"
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_policy(SET QTP0001 NEW)
|
|
||||||
if (QT_KNOWN_POLICY_QTP0004)
|
if (QT_KNOWN_POLICY_QTP0004)
|
||||||
qt_policy(SET QTP0004 NEW)
|
qt_policy(SET QTP0004 NEW)
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user