mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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
This commit is contained in:
parent
6ea03d27a4
commit
10de312647
1 changed files with 5 additions and 0 deletions
5
resources/qml/qmldir
Normal file
5
resources/qml/qmldir
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
module Cura
|
||||||
|
|
||||||
|
MachineAndConfigurationSelector 1.0 components/MachineAndConfigurationSelector.qml
|
||||||
|
MaterialAndVariantSelector 1.0 MaterialAndVariantSelector.qml
|
||||||
|
ProfileAndSettingComponent 1.0 ProfileAndSettingComponent.qml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue