diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:37:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:37:50 -0600 |
commit | 5a83875827c7e3e83918126bed2bd24849ae13e9 (patch) | |
tree | ada3a54395bf648b43e6117787c370a3ee0d27ff /CMakeLists.txt | |
parent | d7dc7f3d5353495a6295909c1dd93797f205385b (diff) | |
download | rosegarden-5a83875827c7e3e83918126bed2bd24849ae13e9.tar.gz rosegarden-5a83875827c7e3e83918126bed2bd24849ae13e9.zip |
Rename additional instances of KDE to TDE
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 910f894..719ca20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ IF(KDE3_FOUND) ADD_DEFINITIONS(${KDE3_DEFINITIONS}) #MESSAGE("KDE3PREFIX: ${KDE3PREFIX}") KDE3_PRINT_RESULTS() - #MESSAGE("QT_AND_KDECORE_LIBS: ${QT_AND_KDECORE_LIBS}") + #MESSAGE("QT_AND_TDECORE_LIBS: ${QT_AND_TDECORE_LIBS}") ELSE(KDE3_FOUND) MESSAGE(FATAL_ERROR "KDE3 Not found") ENDIF(KDE3_FOUND) @@ -115,7 +115,7 @@ MARK_AS_ADVANCED(KDE3_BUILD_TESTS KDE3_DCOPIDL2CPP_EXECUTABLE KDE3_INCLUDE_DIR KDE3_KCFGC_EXECUTABLE - KDE3_KDECORE_LIBRARY + KDE3_TDECORE_LIBRARY KDECONFIG_EXECUTABLE ) # Provide the KDE3 prefix as a default prefix (if the user has CMake 2.4.4) |