grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.51k stars 318 forks source link

Please remove Qt4 references, now Qt versions are 5 and 6 #810

Open yurivict opened 1 year ago

yurivict commented 1 year ago

For example:

faust2lv2: QMAKE=$(which qmake-qt4 || which /opt/local/libexec/qt4/bin/qmake || echo qmake-qt4)

yurivict commented 1 year ago

The qmake executable name on FreeBSD is qmake{version}, not qmake-qt{version}. It would be nice if Faust compilers would understand the QMAKE environment variable for qmake.

sletz commented 1 year ago

Any PR to submit?

dvzrv commented 1 year ago

There was https://github.com/grame-cncm/faust/pull/349 but I gave up on it after getting no feedback again. Feel free to add things on top of that or rebase that (if possible).