Hi,
I am importing a *.js file inside the *.qml in a project.
To facilitate making the AppImage, I am working in Release mode, but now when I add the *.js, it gives me:
error: Invalid import qualifier ID
However, the *.qrc includes it inside as,
<file>qml/file.js</file>
What can I do?