-
Hi, my question is regarding the qt version used in mumble server. According to the build instructions, Qt5 is used to compile a mumble-server (murmur). I found that standard support for qt v5.15 will end by 2023-05-26: Q: Will the next release of mumble (v1.5.x) use qt v6.2 LTS? I tried to find any information about it and only got across an issue-comment from December 2022 which says:
So I assume you plan to switch at some point in time? Or is it even possible to compile murmur 1.4.x with qt6? Thanks for your reply @Krzmbrzl Background of my question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
1.5 doesn't use Qt6 yet. We will migrate eventually though. The information that Qt5 is going out of support that soon is new though. My guess is that we won't be able to fix this in time - we don't have the required manpower to rewrite the code that fast... |
Beta Was this translation helpful? Give feedback.
1.5 doesn't use Qt6 yet. We will migrate eventually though.
However, Qt6 requires C++17 and because of build issues with the way we use Ice. This doesn't compile with C++17. See also #4493
The information that Qt5 is going out of support that soon is new though. My guess is that we won't be able to fix this in time - we don't have the required manpower to rewrite the code that fast...