Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.14.1
-
None
-
macOS
Description
Hi, Please check this problem for iOS platform in Qt 5.1.4.1
This error occurs during runtime on iOS.
18:38:20: Starting remote process. 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:6:1: ApplicationWindow is not a type 18:38:24: Run ended.
import QtQuick 2.12 import QtQuick.Layouts 1.12 import QtQuick.Window 2.12 import QtQuick.Controls 2.12 ApplicationWindow { id: window visible: true width: 640 height: 480 title: qsTr("Stack") }
Attachments
Issue Links
- is duplicated by
-
QTBUG-81699 [Reg 5.14.0 -> 5.14.1] "qmlRegisterType requires absolute URLs." error
- Closed