Skip to content

Commit 32e8255

Browse files
committed
Test
1 parent b1f8795 commit 32e8255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/qt_types_standalone/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set(CRATE qt_types_standalone)
4646
cxx_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 Qt::QuickControls2
5050
)
5151

5252
add_executable(${APP_NAME}

tests/qt_types_standalone/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["staticlib"]
1616
[dependencies]
1717
cxx.workspace = true
1818
cxx-qt-gen.workspace = true
19-
cxx-qt-lib = { workspace = true, features = ["qt_gui", "qt_qml"] }
19+
cxx-qt-lib = { workspace = true, features = ["qt_gui", "qt_qml", "qt_quickcontrols"] }
2020
cxx-qt-lib-extras = { workspace = true }
2121

2222
[build-dependencies]

0 commit comments

Comments
 (0)