faust icon indicating copy to clipboard operation
faust copied to clipboard

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

Open yurivict opened this issue 3 years ago • 3 comments

For example:

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

yurivict avatar Oct 05 '22 03:10 yurivict

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.

yurivict avatar Oct 05 '22 03:10 yurivict

Any PR to submit?

sletz avatar Oct 05 '22 06:10 sletz

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).

dvzrv avatar Dec 20 '22 20:12 dvzrv