Skip to content

Commit

Permalink
remove qml_extension_plugin example
Browse files Browse the repository at this point in the history
It will be redundant when we automatically generate a QML module
at build time.
  • Loading branch information
Be-ing committed Aug 8, 2023
1 parent 42774a9 commit d45d516
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 516 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ members = [

"examples/cargo_without_cmake",
"examples/demo_threading/rust",
"examples/qml_extension_plugin/plugin/rust",
"examples/qml_features/rust",
"examples/qml_minimal/rust",

Expand Down
1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# SPDX-License-Identifier: MIT OR Apache-2.0

add_subdirectory(cargo_without_cmake)
add_subdirectory(qml_extension_plugin)
add_subdirectory(qml_features)
add_subdirectory(qml_minimal)
add_subdirectory(demo_threading)
38 changes: 0 additions & 38 deletions examples/qml_extension_plugin/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions examples/qml_extension_plugin/cpp/main.cpp

This file was deleted.

60 changes: 0 additions & 60 deletions examples/qml_extension_plugin/plugin/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions examples/qml_extension_plugin/plugin/cpp/plugin.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions examples/qml_extension_plugin/plugin/qmldir

This file was deleted.

4 changes: 0 additions & 4 deletions examples/qml_extension_plugin/plugin/qmldir.license

This file was deleted.

27 changes: 0 additions & 27 deletions examples/qml_extension_plugin/plugin/rust/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions examples/qml_extension_plugin/plugin/rust/build.rs

This file was deleted.

106 changes: 0 additions & 106 deletions examples/qml_extension_plugin/plugin/rust/src/lib.rs

This file was deleted.

59 changes: 0 additions & 59 deletions examples/qml_extension_plugin/qml/main.qml

This file was deleted.

Loading

0 comments on commit d45d516

Please sign in to comment.