From 7f040e43ab1778150bac0c305104ff6a5ad86676 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 19 Jul 2007 20:06:53 +0000 Subject: - fixed comments - added /win32libs to KDEWIN search svn path=/trunk/KDE/kdelibs/; revision=690003 --- modules/FindKDEWIN.cmake | 8 +++++--- modules/FindKDEWIN32.cmake | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/FindKDEWIN.cmake b/modules/FindKDEWIN.cmake index 3e40fd37..4626ca7c 100644 --- a/modules/FindKDEWIN.cmake +++ b/modules/FindKDEWIN.cmake @@ -1,4 +1,4 @@ -# - Try to find the KDEWIN library +# - Try to find the directory in which the kdewin32 library and other win32 related libraries lives # # used environment vars # KDEWIN_DIR - kdewin root dir @@ -25,7 +25,7 @@ if (WIN32) endif (MINGW) # search in the default program install folder - find_file(KDEWIN_DIR_tmp ${DIR} kdewin kdewin32 gnuwin32 + find_file(KDEWIN_DIR_tmp ${DIR} kdewin kdewin32 win32libs gnuwin32 PATHS "${_progFiles}" ) @@ -50,7 +50,9 @@ if (WIN32) "\t\t/${DIR}\n" "\t\t/kdewin\n" "\t\t/kdewin32\n" - "\t\t/gnuwin32\n") + "\t\t/win32libs\n" + "\t\t/gnuwin32\n" + ) endif(KDEWIN_DIR) endif (WIN32) diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index 0bacd3fa..68a2f68a 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -1,4 +1,4 @@ -# - Try to find the directory in which the kdewin32 library and other win32 related libraries lives +# - Try to find the KDEWIN32 library # # Once done this will define # -- cgit v1.2.1