rock-hopper / shuriken

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

Feature Request - Check For Dependencies At Configure Time #1

Closed fundamental closed 4 years ago

fundamental commented 9 years ago

Rather than just assuming that dependencies are installed, it would be nice if the system checked for them. Additionally such a configuration step could detect if the system shipped with 'qmake' or 'qmake-qt4'.

rock-hopper commented 9 years ago

OK, that seems like a good idea

rock-hopper commented 9 years ago

I've updated the build script to check for dependencies. I think qmake-qt4 is necessary as qmake could try to build using qt5 which I haven't added support for yet.