aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-30 13:19:45 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-11-30 16:00:15 +0100
commit74b22de599be394f52280e59423f63f78159fa87 (patch)
tree490479aa6b71439d92d829f44f0e7c8402e89e3c
parentf36f85d0a58b742b9fe0c947a3f402563de4e389 (diff)
Build system: Fix broken find_package() statement
Amends c199b64bcbcaeb55ce78ce3f4e772fcdc68073f4. Pick-to: 6.4 Task-number: PYSIDE-962 Change-Id: Icb565007bf476b2512add35733409c026ab3d18f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--sources/pyside6/tests/pysidetest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/pysidetest/CMakeLists.txt b/sources/pyside6/tests/pysidetest/CMakeLists.txt
index eaf748517..76a8e02f5 100644
--- a/sources/pyside6/tests/pysidetest/CMakeLists.txt
+++ b/sources/pyside6/tests/pysidetest/CMakeLists.txt
@@ -14,7 +14,7 @@ set(CMAKE_AUTOMOC ON)
add_definitions(-DQT_SHARED)
add_definitions(-DRXX_ALLOCATOR_INIT_0)
-find_package(Qt6 COMPONENTS QtWidgets)
+find_package(Qt6 REQUIRED COMPONENTS Widgets)
set(pysidetest_SRC
containertest.cpp