From 417373531b083515e27868c9baa13282463beffa Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 30 Jun 2024 19:08:44 +0900 Subject: Rename kdemacros.* files to tdemacros.* A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro (cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6) --- tdecore/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/CMakeLists.txt') diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index c794a8039..7fb7cdccf 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -73,7 +73,7 @@ install( FILES kmanagerselection.h kmountpoint.h kuser.h klockfile.h kidna.h ktempdir.h kshell.h fixx11h.h kxerrorhandler.h tdelibs_export.h kde_file.h ktimezones.h - ${CMAKE_CURRENT_BINARY_DIR}/kdemacros.h + ${CMAKE_CURRENT_BINARY_DIR}/tdemacros.h kdemacros.h DESTINATION ${INCLUDE_INSTALL_DIR} ) -- cgit v1.2.1