diff options
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( ) |