Browse Source

Added QMLDIR so we can specify cura specific QML components for plugins

This ensures that we can be way more explicit with what QML components we see as re-usable

CURA-5772
Jaime van Kessel 6 years ago
parent
commit
10de312647
1 changed files with 5 additions and 0 deletions
  1. 5 0
      resources/qml/qmldir

+ 5 - 0
resources/qml/qmldir

@@ -0,0 +1,5 @@
+module Cura
+
+MachineAndConfigurationSelector 1.0 components/MachineAndConfigurationSelector.qml
+MaterialAndVariantSelector 1.0 MaterialAndVariantSelector.qml
+ProfileAndSettingComponent 1.0 ProfileAndSettingComponent.qml