Re: Qt 6.1 (macOS) broke compiler configuration

2021-05-11 Thread Christoph Schmitz
Enrico, yes, the PATH trick did the job. I had to run the following commands first: ... for macOS x86: PATH="$PATH:/usr/local/opt/qt/share/qt/libexec" ... for macOS ARM64: PATH="$PATH:/opt/homebrew/opt/qt/share/qt/libexec" Many thanks! Chris > Am 11.05.2021 um 23:22 schrieb Enrico Forestieri

Re: Qt 6.1 (macOS) broke compiler configuration

2021-05-11 Thread Enrico Forestieri
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/qt

Re: Qt 6.1 (macOS) broke compiler configuration

2021-05-11 Thread Jean-Marc Lasgouttes
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 li

Re: Qt 6.1 (macOS) broke compiler configuration

2021-05-11 Thread Enrico Forestieri
On Tue, May 11, 2021 at 11:46:59AM +0200, Christoph Schmitz wrote: > After updating to Qt 6.1 the .\configure script fails (on both x86 and ARM64 > platforms): > > These are the last messages: > > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.

Qt 6.1 (macOS) broke compiler configuration

2021-05-11 Thread Christoph Schmitz
After updating to Qt 6.1 the .\configure script fails (on both x86 and ARM64 platforms): These are the last messages: checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for qmake-qt6... no checking for qmake6... qmake6 checking for