diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-28 13:27:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-28 13:27:31 -0500 |
commit | 427ebd3a978e7b2e844b7a821163d138c77eb4d3 (patch) | |
tree | 4f6547353b225a55ff32cd300725021a13659059 /CMakeLists.txt | |
parent | e1f2a0bb29b86336aab930894c85ed7bd26e4848 (diff) | |
download | tdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.tar.gz tdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.zip |
Rename kde.pot to tde.pot
This relates to Bug 1910
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 b2ac71afc..7ee04b5c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1002,7 +1002,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### headers ################################### install( FILES - kde.pot + tde.pot DESTINATION ${INCLUDE_INSTALL_DIR} ) |