Skip to content

Commit 582c3d9

Browse files
committed
Bla
1 parent a5669e7 commit 582c3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/qt_types_standalone/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ set(CMAKE_CXX_STANDARD 17)
2424
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2525

2626
if(NOT USE_QT5)
27-
find_package(Qt6 COMPONENTS Core Gui Qml Test)
27+
find_package(Qt6 COMPONENTS Core Gui Widgets Qml Test)
2828
endif()
2929
if(NOT Qt6_FOUND)
30-
find_package(Qt5 5.15 COMPONENTS Core Gui Qml Test QuickControls2 REQUIRED)
30+
find_package(Qt5 5.15 COMPONENTS Core Gui Widgets Qml Test QuickControls2 REQUIRED)
3131
endif()
3232

3333
find_package(CxxQt QUIET)

0 commit comments

Comments
 (0)