David Faure wrote: > It doesn't link to kde4support, and KConfigCore doesn't install forwarding > headers yet. So this is a temporary measure, the real fix being to > generate and install forwarding headers; but this fix allows to move the > two things forward independently.
Given the issues that I pointed out in the patch, a better solution might be this: diff --git a/ktimezoned/CMakeLists.txt b/ktimezoned/CMakeLists.txt index 5784802..0ac21e5 100644 --- a/ktimezoned/CMakeLists.txt +++ b/ktimezoned/CMakeLists.txt @@ -7,6 +7,10 @@ endif (WIN32) kservice_desktop_to_json(ktimezoned.desktop) add_library(kded_ktimezoned MODULE ${kded_ktimezoned_SRCS}) +target_include_directories(kded_ktimezoned + PRIVATE + $<TARGET_PROPERTY:KF5::KDE4Support,INTERFACE_INCLUDE_DIRECTORIES> +) Thanks, Steve. _______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel