https://bugs.kde.org/show_bug.cgi?id=428983
--- Comment #5 from Brian <brian.o...@gmail.com> --- Okay, done as sudgested, removed the line from CMakeLists.txt about add_definitions(-DQT_NO_FOREACH) But, now there is a new problem: [ 0%] Automatic MOC for target katebacktracebrowserplugin [ 0%] Built target katebacktracebrowserplugin_autogen [ 3%] Built target katebacktracebrowserplugin [ 3%] Automatic MOC for target btbrowser_test [ 3%] Built target btbrowser_test_autogen [ 4%] Built target btbrowser_test [ 4%] Automatic MOC for target katecloseexceptplugin [ 4%] Built target katecloseexceptplugin_autogen [ 6%] Built target katecloseexceptplugin [ 6%] Automatic MOC for target katefilebrowserplugin [ 7%] Built target katefilebrowserplugin_autogen Scanning dependencies of target katefilebrowserplugin [ 7%] Building CXX object addons/filebrowser/CMakeFiles/katefilebrowserplugin.dir/katefilebrowser.cpp.o /home/brian/Git-Repos/kate/addons/filebrowser/katefilebrowser.cpp:46:10: fatal error: 'KApplicationTrader' file not found #include <KApplicationTrader> ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [addons/filebrowser/CMakeFiles/katefilebrowserplugin.dir/build.make:89: addons/filebrowser/CMakeFiles/katefilebrowserplugin.dir/katefilebrowser.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1183: addons/filebrowser/CMakeFiles/katefilebrowserplugin.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 It appears the file KApplicationTrader or kapplicationtrader.h isn't part of KDE 5.54, as on doing search it is supposed to be shipped with the libkf5service-dev in debian, but Debian Buster doesn't ship with it, appears to be only in newer versions, I don't really know starting from which version of KDE was this added. -- You are receiving this mail because: You are watching all bug changes.