From 774dbf8d2f65c0230cab97d241f827f4683d7a2e Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 9 May 2022 15:22:49 +0200 Subject: [PATCH] Use ECMFindQmlModule instead of ECMQmlModules --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0980510ba9..bb190e593e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -349,7 +349,7 @@ set_package_properties(QAccessibilityClient PROPERTIES ) set(HAVE_ACCESSIBILITY ${QAccessibilityClient_FOUND}) -include(ECMQMLModules) +include(ECMFindQmlModule) ecm_find_qmlmodule(QtQuick 2.3) ecm_find_qmlmodule(QtQuick.Controls 1.2) ecm_find_qmlmodule(QtQuick.Layouts 1.3)