mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtlottie: update patch
Update patch to apply to latest revision. Change-Id: I75b61661f34868395c90ce4c1d1aa994f1184a48 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
78d1d9200d
commit
b301123406
|
|
@ -1,4 +1,4 @@
|
|||
From 88d246385352ae8df7f78eee0061b9ceb09ea5d4 Mon Sep 17 00:00:00 2001
|
||||
From 7efd888f93a9e3a70e294f814466026fdbf6647d Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Fri, 27 Jun 2025 06:49:13 +0300
|
||||
Subject: [PATCH] CMake: find QuickControls2
|
||||
|
|
@ -13,15 +13,15 @@ Upstream-Status: Submitted
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 61fd921..72138eb 100644
|
||||
index f6469b5..00fc2d1 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -12,7 +12,7 @@ project(QtLottie
|
||||
)
|
||||
|
||||
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
|
||||
-find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest)
|
||||
+find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickControls2)
|
||||
-find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickVectorImageGeneratorPrivate)
|
||||
+find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest QuickVectorImageGeneratorPrivate QuickControls2)
|
||||
qt_internal_project_setup()
|
||||
|
||||
if(NOT TARGET Qt6::Gui)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user