File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/qt_types_standalone Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ set(CMAKE_CXX_STANDARD 17)
2424set (CMAKE_CXX_STANDARD_REQUIRED ON )
2525
2626if (NOT USE_QT5)
27- find_package (Qt6 COMPONENTS Core Gui Qml Test )
27+ find_package (Qt6 COMPONENTS Core Gui Widgets Qml Test )
2828endif ()
2929if (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)
3131endif ()
3232
3333find_package (CxxQt QUIET )
@@ -46,7 +46,7 @@ set(CRATE qt_types_standalone)
4646cxx_qt_import_crate(
4747 MANIFEST_PATH rust/Cargo.toml
4848 CRATES ${CRATE}
49- QT_MODULES Qt::Core Qt::Gui Qt::Qml
49+ QT_MODULES Qt::Core Qt::Gui Qt::Widgets Qt:: Qml
5050)
5151
5252add_executable (${APP_NAME}
You can’t perform that action at this time.
0 commit comments