[Cmake-commits] [cmake-commits] clinton committed FindQt4.cmake 1.135 1.136

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 13 19:39:49 EDT 2008


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

Modified Files:
	FindQt4.cmake 
Log Message:

BUG:  Fix find of dbus dependency in Qt 4.4



Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.135
retrieving revision 1.136
diff -C 2 -d -r1.135 -r1.136
*** FindQt4.cmake	7 Oct 2008 14:35:22 -0000	1.135
--- FindQt4.cmake	13 Oct 2008 23:39:47 -0000	1.136
***************
*** 1536,1541 ****
    ENDIF(QT_QCONFIG MATCHES "openssl" AND NOT Q_WS_WIN)
    
!   ## qdbus
!   IF(QT_QCONFIG MATCHES "qdbus")
  
      # if the dbus library isn't found, we'll assume its not required to build
--- 1536,1541 ----
    ENDIF(QT_QCONFIG MATCHES "openssl" AND NOT Q_WS_WIN)
    
!   ## dbus
!   IF(QT_QCONFIG MATCHES "dbus")
  
      # if the dbus library isn't found, we'll assume its not required to build
***************
*** 1563,1567 ****
      ENDIF(NOT QT_DBUS_LIBRARY)
  
!   ENDIF(QT_QCONFIG MATCHES "qdbus")
    
    ## glib
--- 1563,1567 ----
      ENDIF(NOT QT_DBUS_LIBRARY)
  
!   ENDIF(QT_QCONFIG MATCHES "dbus")
    
    ## glib



More information about the Cmake-commits mailing list