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

[Fail to build] Uses feature only available since Qt 5.14 #112

Closed
SlySven opened this issue Oct 23, 2020 · 3 comments
Closed

[Fail to build] Uses feature only available since Qt 5.14 #112

SlySven opened this issue Oct 23, 2020 · 3 comments

Comments

@SlySven
Copy link
Contributor

SlySven commented Oct 23, 2020

Um, can you please put a workaround for the use of (QTextStream&) Qt::endl(QTextStream &stream? That is only available from Qt 5.14 according to: https://doc.qt.io/qt-5/qt.html#end, however Qt 5.12 (the LTS version) does not reach EOL until the end of next year (2021-12-05).

This is causing problems for projects (like Mudlet) that is using your library and which provides coverage for less than bloody-edged versions of Qt (some Linux distributions do not revise their system Qt version just because a new one is out!)

Mudlet/Mudlet#4198

@gamecreature
Copy link
Member

Just pushed a new commit which simply uses '\n'...
No deprecations and no issues with 5.12
Please let me now if you run into more issues. Thanks!

@SlySven
Copy link
Contributor Author

SlySven commented Oct 26, 2020

It seems to work for us now, so closing this issue.

@vadi2
Copy link
Contributor

vadi2 commented Oct 26, 2020

Thanks a lot!

SlySven pushed a commit to SlySven/edbee-lib that referenced this issue Oct 27, 2020
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

3 participants