https://bugs.kde.org/show_bug.cgi?id=428983
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.fe...@gmx.de --- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- Kate is build with QT_NO_FOREACH active, which means that any code that uses Q_FOREACH will fail to build. KConfig 5.54 uses Q_FOREACH in a header that gets included in Kate, resulting in a failed build. Beginning with 5.56 KConfig does not use Q_FOREACH any more. Effectively this means Kate requires KConfig 5.56 and the stated min version of 5.40 is wrong. You can work around that by going to CMakeLists.txt in Kate and removing the line that says "add_definitions(-DQT_NO_FOREACH)" -- You are receiving this mail because: You are watching all bug changes.