summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt.orig
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt.orig')
-rw-r--r--CMakeLists.txt.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt.orig b/CMakeLists.txt.orig
index 323aec3..2a530cc 100644
--- a/CMakeLists.txt.orig
+++ b/CMakeLists.txt.orig
@@ -69,12 +69,12 @@ exec_program(kde-config
ARGS --install locale --expandvars
OUTPUT_VARIABLE KDE3_LOCALE_PREFIX)
-file(TO_CMAKE_PATH "$ENV{KDEDIRS}" _KDEDIRS)
+file(TO_CMAKE_PATH "$ENV{TDEDIRS}" _TDEDIRS)
# For KDE4 kde-config has been renamed to kde4-config
find_program(KDE4_KDECONFIG_EXECUTABLE
NAMES kde4-config
- PATHS ${CMAKE_INSTALL_PREFIX}/bin ${_KDEDIRS} /usr/local/bin /usr/bin /opt/kde4/bin NO_DEFAULT_PATH)
+ PATHS ${CMAKE_INSTALL_PREFIX}/bin ${_TDEDIRS} /usr/local/bin /usr/bin /opt/kde4/bin NO_DEFAULT_PATH)
if (NOT KDE4_KDECONFIG_EXECUTABLE)
find_program(KDE4_KDECONFIG_EXECUTABLE NAMES kde4-config )