rock-hopper / shuriken

Shuriken Beat Slicer
GNU General Public License v2.0
107 stars 6 forks source link

Can't build automatically without --qt4 #29

Open Baggypants opened 5 years ago

Baggypants commented 5 years ago

In the build script it checks for qmake, which Fedora only maps to qt4, but then it looks for the qt5 libs and the build fails. I can get around this by only building with --qt4 but it would be useful if the build script looked for qmake-qt5 instead.

rock-hopper commented 4 years ago

Sorry for taking 9 months to get round to this. I've updated the build script to check if qmake-qt5 exists. Please let me know if this works for you on Fedora.

Baggypants commented 4 years ago

Hey, no worries, sometimes we get busy!