We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5669e7 commit 582c3d9Copy full SHA for 582c3d9
tests/qt_types_standalone/CMakeLists.txt
@@ -24,10 +24,10 @@ set(CMAKE_CXX_STANDARD 17)
24
set(CMAKE_CXX_STANDARD_REQUIRED ON)
25
26
if(NOT USE_QT5)
27
- find_package(Qt6 COMPONENTS Core Gui Qml Test)
+ find_package(Qt6 COMPONENTS Core Gui Widgets Qml Test)
28
endif()
29
if(NOT Qt6_FOUND)
30
- find_package(Qt5 5.15 COMPONENTS Core Gui Qml Test QuickControls2 REQUIRED)
+ find_package(Qt5 5.15 COMPONENTS Core Gui Widgets Qml Test QuickControls2 REQUIRED)
31
32
33
find_package(CxxQt QUIET)
0 commit comments