-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
qwt pkg-config Qt6Qwt6.pc file has error (Requires Qt5 instead of Qt6) #202637
Comments
Can you upload your command output of |
This is required information, regardless of whether you believe it is applicable or not.
We can reopen this issue when you've provided the requested information. |
|
|
4913% brew gist-logs qwt |
This needs to be fixed upstream. For macOS, this is 2 separate upstream issues:
Nothing actionable on Homebrew side until those are resolved. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I am porting my software from Qt5 to Qt6. pkg-config for qwt [Qt6Qwt6] "Requires" Qt5 components, when it should Require Qt6 components.
12 │ Requires: Qt5Widgets Qt5Concurrent Qt5PrintSupport Qt5Svg Qt5OpenGL
What happened (include all command output)?
Package 'Qt5Widgets', required by 'Qt6Qwt6', not found
Package 'Qt5Concurrent', required by 'Qt6Qwt6', not found
Package 'Qt5PrintSupport', required by 'Qt6Qwt6', not found
Package 'Qt5Svg', required by 'Qt6Qwt6', not found
Package 'Qt5OpenGL', required by 'Qt6Qwt6', not found
What did you expect to happen?
Normal pkg-config output for this package.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: