summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/webenginequick/customtouchhandle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginequick/customtouchhandle/CMakeLists.txt b/examples/webenginequick/customtouchhandle/CMakeLists.txt
index 5062e5d53..3ec47e8bd 100644
--- a/examples/webenginequick/customtouchhandle/CMakeLists.txt
+++ b/examples/webenginequick/customtouchhandle/CMakeLists.txt
@@ -9,7 +9,7 @@ endif()
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/webenginequick/customtouchhandle")
-find_package(Qt6 COMPONENTS Core Gui WebEngineQuick)
+find_package(Qt6 REQUIRED COMPONENTS Core Gui WebEngineQuick)
qt_add_executable(customtouchhandle
main.cpp