summaryrefslogtreecommitdiffstats
path: root/Modules/FindKDE4.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: kde-config has been renamed to kde4-config several weeks ago, so it'sAlexander Neundorf2006-11-231-5/+5
| | | | | | | not necessary anymore to use "kde-config" as fallback, since this will surely be a wrong version Alex
* ENH: prefer kde4-config over kde-config, since for KDE 4 kde-config will beAlexander Neundorf2006-07-041-3/+3
| | | | | | | renamed to kde-config, and so cmake has to prefer this one over the old version Alex
* ENH: use the new FILE(TO_CMAKE_PATH ...) command instead of regexpsAlexander Neundorf2006-05-111-22/+13
| | | | | | BUG: append the kde 4 cmake module path instead of prepending it Alex
* STYLE: better error message when KDE4 hasn't been foundAlexander Neundorf2006-03-281-2/+3
| | | | Alex
* ENH: after searching for kde-config in the special dirs, search again in theAlexander Neundorf2006-03-161-2/+14
| | | | | | | standard dirs BUG: handle paths on windows correctly Alex
* ENH: new module to find the FindKDE4Internal.cmake installed by kdelibs4Alexander Neundorf2006-03-101-0/+60
Alex