summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-04-28 11:37:32 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2022-04-29 17:56:01 +0300
commitf629d337e7b6f19b793a7b27f1354e51cb544757 (patch)
tree3277090c0511bd2d857eba753493f8701e643556
parente96430e239d58a7d2402d72ef594be8d12aa88d0 (diff)
CMake: Add Widgets to optional components
Examples depend on Widgets. Change-Id: I9ad25ddae0db4e05d3946ff64366f0028dd9745e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Jeremy Whiting <jpwhiting@kde.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86c6551..d8f7b90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,6 @@ project(QtSpeech
)
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
-find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Test Multimedia Qml)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets Test Multimedia Qml)
qt_build_repo()