-
Notifications
You must be signed in to change notification settings - Fork 256
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
Could not find qmake spec 'macx-clang' #492
Comments
QTermWidget does not support Qt 6 yet. Most likely you need to tell sip-wheel to use Qt 5. |
How do I tell sip-wheel to use Qt 5? |
Specifying the path to qmake from Qt 5 should work. For example,
|
I did and got
|
On my machine (Arch Linux), the qmake spec 'macx-clang' is in By the way, the path |
Expected Behavior
sip-wheel complete successfully without errors
Current Behavior
Context
I'm trying to build PyQt bindings and I'm following the example in https://github.com/lxqt/qtermwidget/blob/master/.ci/build.sh. I have already built and installed all the needed dependencies.
System Information
The text was updated successfully, but these errors were encountered: