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:
Jaime van Kessel 2018-10-12 13:28:08 +02:00
parent 6ea03d27a4
commit 10de312647

5
resources/qml/qmldir Normal file
View file

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