https://bugs.kde.org/show_bug.cgi?id=453759
--- Comment #15 from Ahmad Samir <a.samir...@gmail.com> --- Git commit c070f3338da63feb0f81170608f9c5de76f98e3c by Ahmad Samir. Committed on 14/06/2022 at 12:00. Pushed by ahmadsamir into branch 'master'. Adjust repo's own includes Use ForwardingHeaders for public headers. Also only explicitly add the ForwardingHeader dir added to the target include dirs; because KDECMakeSettings from ECM already sets CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE, so no need to duplicate that thanks, to Friedrich W. H. Kossebau for pointing that out. M +5 -5 autotests/foldingtest.cpp M +5 -5 autotests/highlighter_benchmark.cpp M +3 -3 autotests/htmlhighlighter_test.cpp M +2 -2 autotests/repository_benchmark.cpp M +6 -6 autotests/repository_test.cpp M +1 -1 autotests/repository_test_base.cpp M +1 -1 autotests/repository_test_base.h M +1 -1 autotests/test-config.h.in M +6 -6 autotests/testhighlighter.cpp M +6 -6 autotests/theme_test.cpp M +1 -1 autotests/wildcardmatcher_test.cpp M +4 -4 examples/codeeditor/codeeditor.cpp M +1 -1 examples/codeeditor/codeeditor.h M +3 -3 examples/codepdfprinter/codepdfprinter.cpp M +1 -1 examples/codepdfprinter/codepdfprinter.h M +5 -5 examples/minimal/main.cpp M +4 -4 src/cli/kate-syntax-highlighter.cpp M +7 -8 src/lib/CMakeLists.txt M +2 -2 src/quick/kquicksyntaxhighlighter.cpp M +2 -2 src/quick/kquicksyntaxhighlighter.h M +3 -4 src/quick/kquicksyntaxhighlightingplugin.cpp M +3 -3 src/quick/repositorywrapper.cpp https://invent.kde.org/frameworks/syntax-highlighting/commit/c070f3338da63feb0f81170608f9c5de76f98e3c -- You are receiving this mail because: You are watching all bug changes.