aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArno Rehn <[email protected]>2025-06-05 13:20:13 +0200
committerArno Rehn <[email protected]>2025-06-05 11:40:17 +0000
commit090131843b619d63d3871884050b62911d665732 (patch)
tree914657503506f0a10a1e792b2b2b4e8a1bb7c41a
parentd6830d7bf81eda756e485019a3fc7212ad7b6bbb (diff)
CMake: Try to find QtWidgetsHEADdev
Required for some examples to be built. Pick-to: 6.10 6.9 Change-Id: I2dfb5a71113eb13b4e97dfecdd969e8b024659bf Reviewed-by: Alexandru Croitor <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea889d7..88f494e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ project(QtWebChannel
set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case
-find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Concurrent Quick Test QuickTest WebSockets) # special case
+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Concurrent Quick Test QuickTest WebSockets Widgets) # special case
qt_internal_project_setup()
if(INTEGRITY)