diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-18 12:35:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-18 12:35:26 +0900 |
commit | 4502e9b008b89e0dc452ef589c0fc31c9eb8c7be (patch) | |
tree | 0a92ddec284f1be4d62336a2b9006c10377444a6 /CMakeLists.txt | |
parent | 2575ad2b3517d8fc321b423c8e8073b3d5b4419b (diff) | |
download | tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.tar.gz tdevelop-4502e9b008b89e0dc452ef589c0fc31c9eb8c7be.zip |
Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 254c6ba4..51988055 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,8 +108,8 @@ if( NOT DEFINED QT_DOCDIR ) endif( ) endif( ) -if( NOT DEFINED KDELIBS_DOXYDIR ) - set( KDELIBS_DOXYDIR "${TDE_HTML_DIR}/en/tdelibs-apidocs" ) +if( NOT DEFINED TDELIBS_DOXYDIR ) + set( TDELIBS_DOXYDIR "${TDE_HTML_DIR}/en/tdelibs-apidocs" ) endif( ) |