Qt 6.1 (macOS) broke compiler configuration
Enrico Forestieri
forenr at lyx.org
Tue May 11 21:22:12 UTC 2021
On Tue, May 11, 2021 at 10:48:19PM +0200, Jean-Marc Lasgouttes wrote:
> 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.
No, because moc has to be found in the PATH when you launch "make".
--
Enrico
More information about the lyx-devel
mailing list