Cavewhere / cavewhere

3D Cave Mapping Software
https://cavewhere.com
GNU General Public License v3.0
34 stars 8 forks source link

Build failing on Fedora 24 with qbs #125

Closed balister closed 7 years ago

balister commented 7 years ago

I had a missing header, so I made this change: --- a/cavewhere.qbs +++ b/cavewhere.qbs @@ -25,6 +25,7 @@ Project { "installer/installer.qbs", "testcases/testcases.qbs", "dewalls/dewalls.qbs",

This led to:

[balister@thuvia cavewhere (master *)]$ qbs Restoring build graph from disk Resolving project for configuration default ERROR: /home/balister/src/git/cavewhere/lib-qt-qml-tricks/src/QtLibrary.qbs:8:5 Dependency 'Qt.svg' not found for product 'lib-qt-qml-tricks'.

Any clues on how to fix this? My Qt skillz are non-existent. The qt5-qtsvg-devel.x86_64 5.6.2-1.fc24 package is installed.

balister commented 7 years ago

Builds in Fedora 27. Closing.