Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0-beta1
-
None
Description
The docs in https://doc.qt.io/qt-5/resources.html say:
<!DOCTYPE RCC><RCC version="1.0"> <qresource> <file>images/copy.png</file> </qresource> </RCC>
However, when Creator creates a qrc file, it looks like this:
<RCC> <qresource prefix="/"> <file>main.qml</file> </qresource> </RCC>
Qt Creator should use the format described in the documentation.