We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I try compile my project on Qt 6.4.0 but failed. I added QT += core5compat to my .pro-file but it didn't help.
easyloggingpp/src/easylogging++.h:444:13: fatal error: QLinkedList: No such file or directory 444 | # include
How to fix it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I compiled with the latest version of easylogging and Qt 6.4.0
Configuration:
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat DEFINES += \ ELPP_QT_LOGGING \ ELPP_STRICT_SIZE_CHECK ELPP_UNICODE \ ELPP_MULTI_LOGGER_SUPPORT \ ELPP_THREAD_SAFE \ ELPP_UNICODE \ ELPP_NO_DEFAULT_LOG_FILE \ AUTO_INITIALIZE_EASYLOGGINGPP
#include <QString>
#include <QStringRef>
Hope that helps
Sorry, something went wrong.
No branches or pull requests
Hi!
I try compile my project on Qt 6.4.0 but failed.
I added QT += core5compat to my .pro-file but it didn't help.
easyloggingpp/src/easylogging++.h:444:13: fatal error: QLinkedList: No such file or directory
444 | # include
How to fix it? Thanks!
The text was updated successfully, but these errors were encountered: