Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QT 6 support #24

Open
iMichka opened this issue Oct 18, 2023 · 2 comments
Open

QT 6 support #24

iMichka opened this issue Oct 18, 2023 · 2 comments

Comments

@iMichka
Copy link

iMichka commented Oct 18, 2023

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

@jkarneges
Copy link
Member

Hi @iMichka. We've released a new version of zurl that should build with Qt 6. Pass --qtselect=6 to the configure script.

@iMichka
Copy link
Author

iMichka commented Oct 29, 2023

Thanks: trying to update here: Homebrew/homebrew-core#152403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants