zurl
zurl copied to clipboard
QT 6 support
Hi
I am a maintainer of Homebrew, a package manager for macOS.
I was wondering if zurl could be made compatible with qt6? We need to slowly think about phasing QT 5 out.
==> ./configure --prefix=/usr/local/Cellar/zurl/1.11.1_1 --extraconf=QMAKE_MACOSX_DEPLOYMENT_TARGET=13
Configuring Zurl ...
Verifying Qt build environment ... fail
Reason: Unable to find the 'qmake' tool for Qt 4 or 5.
Be sure you have a proper Qt 4.0+ build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
Would it be possible to check if this works with qt 6 and make a new release? Thanks
Hi @iMichka. We've released a new version of zurl that should build with Qt 6. Pass --qtselect=6
to the configure script.
Thanks: trying to update here: https://github.com/Homebrew/homebrew-core/pull/152403