Qt 6.1 (macOS) broke compiler configuration

Jean-Marc Lasgouttes lasgouttes at lyx.org
Tue May 11 20:48:19 UTC 2021


Le 11/05/2021 à 22:33, Enrico Forestieri a écrit :
> I've seen them do stupid things in the past, but this is the stupidest.
> Apparently they moved away moc, rcc, and uic from the bin dir:
> https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/6.1.0/release-note.txt
>> c515ee178f Move build tools to libexec instead of the bin dir
>> - Tools that are called by the build system and are unlikely to be
>> called by the user are now installed to the libexec directory.
> 
> You have to find where they put them and add it to the PATH variable.
> Then, please, complain loudly with them.

Could we get away with
   qmake -query QT_INSTALL_LIBEXECS
to find the location in configure? This does not allow us to select the 
Qt version, though.

JMarc


More information about the lyx-devel mailing list