[Cmake-commits] [cmake-commits] alex committed FindQt4.cmake 1.176 1.177

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 13:57:24 EST 2009


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

Modified Files:
	FindQt4.cmake 
Log Message:
Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of QtAssistantClient

This should not change the result (since both should be in the same
directory), but seems a bit more logical and is also in sync with what is done in the KDE version.

Alex


Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.176
retrieving revision 1.177
diff -C 2 -d -r1.176 -r1.177
*** FindQt4.cmake	9 Nov 2009 17:55:46 -0000	1.176
--- FindQt4.cmake	10 Nov 2009 18:57:21 -0000	1.177
***************
*** 644,648 ****
    
    # Set QT_QTASSISTANT_INCLUDE_DIR
!   FIND_PATH(QT_QTASSISTANT_INCLUDE_DIR QAssistantClient
      PATHS
      ${QT_HEADERS_DIR}/QtAssistant
--- 644,648 ----
    
    # Set QT_QTASSISTANT_INCLUDE_DIR
!   FIND_PATH(QT_QTASSISTANT_INCLUDE_DIR QtAssistant
      PATHS
      ${QT_HEADERS_DIR}/QtAssistant



More information about the Cmake-commits mailing list