diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:53:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:53:23 -0600 |
commit | 1ef9a42a5a227b4ae388795d3001296f89f90308 (patch) | |
tree | adc721ae36bcc4b7b255842dc470328db242bf6e /CMakeLists.txt.orig | |
parent | 66f8bda5e7a29cd8bc5a813ea625c2de6e602d89 (diff) | |
download | tde-style-qtcurve-1ef9a42a5a227b4ae388795d3001296f89f90308.tar.gz tde-style-qtcurve-1ef9a42a5a227b4ae388795d3001296f89f90308.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'CMakeLists.txt.orig')
-rw-r--r-- | CMakeLists.txt.orig | 4 |
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 ) |