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/gui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 4d5512d1..2136ec9f 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -21,7 +21,8 @@ ecm_generate_export_header(KF5ConfigGui EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} ) -target_include_directories(KF5ConfigGui INTERFACE "$") +target_include_directories(KF5ConfigGui + INTERFACE "$") target_link_libraries(KF5ConfigGui PUBLIC Qt${QT_MAJOR_VERSION}::Gui Qt${QT_MAJOR_VERSION}::Xml KF5::ConfigCore) -- cgit v1.2.1