hi!
Just wanted to checkout the OSMScout2 demo app and building fails with missing res.qrc file
Thanks for the hint. I have added now the res.qrc file to the git repository locally. It will be available with the next push (may take some time).
Here is the current content:
<rcc> <qresource prefix="/"> <file>qml/main.qml</file> <file>qml/AboutDialog.qml</file> <file>qml/RoutingDialog.qml</file> <file>qml/SearchLocationDialog.qml</file> <file>qml/custom/DialogActionButton.qml</file> <file>qml/custom/LineEdit.qml</file> <file>qml/custom/LocationEdit.qml</file> <file>qml/custom/MapButton.qml</file> <file>qml/custom/MapDialog.qml</file> <file>qml/custom/ScrollIndicator.qml</file> </qresource> </rcc>
Log in to post a comment.
Thanks for the hint. I have added now the res.qrc file to the git repository locally. It will be available with the next push (may take some time).
Here is the current content:
<rcc>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/AboutDialog.qml</file>
<file>qml/RoutingDialog.qml</file>
<file>qml/SearchLocationDialog.qml</file>
<file>qml/custom/DialogActionButton.qml</file>
<file>qml/custom/LineEdit.qml</file>
<file>qml/custom/LocationEdit.qml</file>
<file>qml/custom/MapButton.qml</file>
<file>qml/custom/MapDialog.qml</file>
<file>qml/custom/ScrollIndicator.qml</file>
</qresource>
</rcc>