-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
gamecreature
added a commit
that referenced
this issue
Oct 25, 2020
Just pushed a new commit which simply uses '\n'... |
It seems to work for us now, so closing this issue. |
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
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
The text was updated successfully, but these errors were encountered: