C++ 17 support for Qt 6 #221
Closed
MartinDelille
started this conversation in
General
Replies: 2 comments
-
I submitted a PR to fix this problem: #223 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @MartinDelille Some people are using this code in Qt5 LTS. We may need to adjust the C++ version accordingly. I plan to end support for C++5 in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One little question: when building with Qt6, how do you handle c++ version ? You require c++ 11 here: https://github.com/QtExcel/QXlsx/blob/master/QXlsx/CMakeLists.txt#L14 but Qt 6 needs C++ 17.
I had to patch your CMakeLists.txt to make it work on the conan recipe: https://github.com/conan-io/conan-center-index/pull/11364/files
Beta Was this translation helpful? Give feedback.
All reactions