Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfella committed Nov 18, 2024
1 parent b1f8795 commit 32e8255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/qt_types_standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(CRATE qt_types_standalone)
cxx_qt_import_crate(
MANIFEST_PATH rust/Cargo.toml
CRATES ${CRATE}
QT_MODULES Qt::Core Qt::Gui Qt::Qml
QT_MODULES Qt::Core Qt::Gui Qt::Widgets Qt::Qml Qt::QuickControls2
)

add_executable(${APP_NAME}
Expand Down
2 changes: 1 addition & 1 deletion tests/qt_types_standalone/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["staticlib"]
[dependencies]
cxx.workspace = true
cxx-qt-gen.workspace = true
cxx-qt-lib = { workspace = true, features = ["qt_gui", "qt_qml"] }
cxx-qt-lib = { workspace = true, features = ["qt_gui", "qt_qml", "qt_quickcontrols"] }
cxx-qt-lib-extras = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit 32e8255

Please sign in to comment.