"qmlRegisterType requires absolute URLs."
Unsolved
QML and Qt Quick
-
I am getting this error repeatedly in my own app. Then I noticed that I am also getting this error on the "Qt Quick Application - Stack" app template in creator 4.11.0. This is for 5.14.1.
Here is the output from creator from the :
3:53:12: Starting remote process. QML debugging is enabled. Only use this in a safe environment. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. qmlRegisterType requires absolute URLs. QQmlApplicationEngine failed to load component qrc:/main.qml:4:1: ApplicationWindow is not a type 13:53:24: Run ended.
-
Hi @patrickkidd. This is an error from the 5.14.1 version related with Qt Quick Libraries. It was fixed in 5.15 version. You have 2 options: go to 5.14.0 or go to 5.15 beta2.
Good luck,
-
@oria66 said in "qmlRegisterType requires absolute URLs.":
Hi @patrickkidd. This is an error from the 5.14.1 version related with Qt Quick Libraries. It was fixed in 5.15 version. You have 2 options: go to 5.14.0 or go to 5.15 beta2.
Good luck,
Yeah thanks. I tried it with the 5.14.2 branch and it seems to be working well.