Menu

#6 Missing resource file for OSMScout2

main
closed-fixed
None
5
2015-01-05
2015-01-05
No

hi!

Just wanted to checkout the OSMScout2 demo app and building fails with missing res.qrc file

Discussion

  • Tim Teulings

    Tim Teulings - 2015-01-05

    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>

     
  • Tim Teulings

    Tim Teulings - 2015-01-05
    • status: open --> closed-fixed
    • assigned_to: Tim Teulings
     

Log in to post a comment.