Probably installing qt5* and libqt5* in the qmc2 build (i didn't check the mame build) isn't the best thing ever if the user has a gtk system.
For these problems, there is always checkinstall if make uninstall is unavailable in the makefiles (and it is). It has the further advantage of not requiring the sources to uninstall (though you probably should want to enumerate only the libraries that qmc2 actually uses, not sure if it's smart enough to check them all for only the needed ones).
I'm pretty much going to do a check install build only to apt-get purge qmc2 qt5* libqt5* after a distro upgrade (where i got rid of the other qt depending packages and got left with a broken qmc2), so it can be quite troublesome
Probably installing qt5* and libqt5* in the qmc2 build (i didn't check the mame build) isn't the best thing ever if the user has a gtk system.
For these problems, there is always checkinstall if make uninstall is unavailable in the makefiles (and it is). It has the further advantage of not requiring the sources to uninstall (though you probably should want to enumerate only the libraries that qmc2 actually uses, not sure if it's smart enough to check them all for only the needed ones).
I'm pretty much going to do a check install build only to
apt-get purge qmc2 qt5* libqt5*after a distro upgrade (where i got rid of the other qt depending packages and got left with a broken qmc2), so it can be quite troublesome