From 3bbe9de5d59a6572f3549cc3a553dd44db421b68 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 15 Jan 2022 23:56:12 +0200 Subject: Add KF*/KConfig to the interface include directories So that #include still works after changing its location in the previous commit. NO_CHANGELOG --- src/core/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 4754725b..61113253 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -41,7 +41,9 @@ target_compile_definitions(KF5ConfigCore KCONF_UPDATE_INSTALL_LOCATION="${KDE_INSTALL_FULL_LIBEXECDIR_KF}/$" ) -target_include_directories(KF5ConfigCore INTERFACE "$") +target_include_directories(KF5ConfigCore + INTERFACE "$" +) target_link_libraries(KF5ConfigCore PUBLIC Qt${QT_MAJOR_VERSION}::Core) -- cgit v1.2.1