I am new in QML and I have a project.
In one of my directories I have /imports/system/qmldir
file where I have he following code:
singleton System 1.0 System.qml
App 1.0 App.qml
and in my source file I have
import system 1.0
And the error says that module system is not installed.
qrc:/Main.qml:24 module "system" is not installed
Could you please tell me the steps or flow of installing the module.