This folder produce a QML module with custom types, simple reusable types. These controls are higher level than the Quick Controls, so they have to be separated from them.
One needs to make available to the QML engine the Esterv.CustomControls
module by setting the QML import path.
engine.addImportPath("qrc:/esterVtech.com/imports");
to use the resource file.export QML_IMPORT_PATH=installDir/CMAKE_INSTALL_LIBDIR
where CMAKE_INSTALL_LIBDIR
is where Esterv
folder was created.