In this folder different resources that are commonly used in GUI are listed. The different folders creates different QML modules grouping this resources.
One needs to make available to the QML engine the Esterv.Controls.Flat
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.