Imported JavaScript files are not "clickable" anymore in QtCreator when importing with "qrc:/"
-
Hello,
imported JavaScript files are not "clickable" anymore in QtCreator when importing with
import "qrc:/javascript/js/test.js" as TEST
In my "qml.qrc" I have added a prefix called "javascript" and insert all JavaScript files there for a better structure.
If I push the files to "qml.qrc" without a prefix I can import them with
import "js/test.js" as TEST
and they are clickable.
The code which uses the import states is running fine but the seems that QtCreator is broken.