[cmake-commits] hoffman committed FindQt4.cmake 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 2 09:03:20 EDT 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv11513

Modified Files:
	FindQt4.cmake 
Log Message:
ENH: fix from clinton


Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- FindQt4.cmake	6 Sep 2006 12:31:50 -0000	1.44
+++ FindQt4.cmake	2 Oct 2006 13:03:17 -0000	1.45
@@ -405,7 +405,7 @@
     )
 
   # Set QT_QTUITOOLS_INCLUDE_DIR
-  FIND_PATH(QT_QTUITOOLS_INCLUDE_DIR QtTest
+  FIND_PATH(QT_QTUITOOLS_INCLUDE_DIR QtUiTools
     PATHS
     ${QT_INCLUDE_DIR}/QtUiTools
     ${QT_LIBRARY_DIR}/QtUiTools.framework/Headers



More information about the Cmake-commits mailing list