diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 19:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-30 19:08:44 +0900 |
commit | 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6 (patch) | |
tree | 1aaa2e5fab40b31281d139824c0a0cf1d2cc63b9 /CMakeLists.txt | |
parent | 6f4c529b36bcea84d6f05a724d99f476ced08fe9 (diff) | |
download | tdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.tar.gz tdelibs-1307964495cdc9a74f7b4aabab14ad9ffaa93dd6.zip |
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 <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d03faf8aa..d01650535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1400,7 +1400,7 @@ endif() ##### write configure files ##################### configure_file( config.h.cmake config.h ) -configure_file( tdecore/kdemacros.h.cmake tdecore/kdemacros.h ) +configure_file( tdecore/tdemacros.h.cmake tdecore/tdemacros.h ) configure_file( kjs/global.h.in kjs/global.h ) configure_file( tdeio/kssl/ksslconfig.h.cmake tdeio/kssl/ksslconfig.h ) configure_file( kdoctools/checkXML.cmake kdoctools/checkXML ) |