-
Notifications
You must be signed in to change notification settings - Fork 49
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
qcustomplot 2.1 compatibility #178
Comments
Polyphone now marked for autoremoval from Debian on 13th December. Ubuntu likely to follow. |
Rik dixit:
Polyphone now marked for autoremoval from Debian on 13th December.
Yeah, I’ll need to be able to determine whether it works with the
new version of the library, so I’m waiting for developer input here.
|
I’ve now uploaded a hack to Debian to avoid it getting removed. It will now build with v2.1 but not v2.0 of the library, so the patch is not upstreamable as-is but someone who knows qmake can easily produce something suitable. I’ve also not received any response regarding how to test whether the change will still result in a good application. Someone™ should install |
No more qcustomplot |
Hi,
the Debian maintainer of qcustomplot approached me about transitioning Polyphone to the new version 2.1 of it.
The patch needed for this is minimal, it basically changes
-lqcustomplot
to-lQCustomPlot
(he verified that it at least built fine with just this change). We probably should support both and have the.pro
file check which one to use, but my qmake skills are basically nōnexistent.However, I need to test this. Where is this actually used in Polyphone and how can I test that nothing breaks?
The text was updated successfully, but these errors were encountered: