grame-cncm / guidolib

Guido project - music score layout engine - music description language
http://guido.grame.fr
Mozilla Public License 2.0
152 stars 34 forks source link

Qt apps aren't built #177

Open yurivict opened 10 months ago

yurivict commented 10 months ago

The code section beginning here seems to be defunct.

It is probably supposed to install Qt apps. But the first line in this section is executed at the configure time, but it expects binaries to be present in QTBIN, which can only happen after the build. So QTAPPS and QTTOOLS variables are always empty, and they aren't installed.

Additionally, the environments/Qt/apps subdirectory should be included in CMakeLists.txt in order to be built, and this doesn't seem to ever happen.