[Cmake-commits] [cmake-commits] clinton committed FindQt4.cmake 1.116 1.117

cmake-commits at cmake.org cmake-commits at cmake.org
Sat May 3 17:55:08 EDT 2008


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

Modified Files:
	FindQt4.cmake 
Log Message:

ENH:  Allow finding phonon and QtDBus on Mac.  Fixes #6950.



Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.116
retrieving revision 1.117
diff -C 2 -d -r1.116 -r1.117
*** FindQt4.cmake	10 Apr 2008 14:01:01 -0000	1.116
--- FindQt4.cmake	3 May 2008 21:55:05 -0000	1.117
***************
*** 646,649 ****
--- 646,650 ----
      PATHS
      ${QT_INCLUDE_DIR}/QtDBus
+     ${QT_LIBRARY_DIR}/QtDBus.framework/Headers
      NO_DEFAULT_PATH
      )
***************
*** 685,688 ****
--- 686,690 ----
      PATHS
      ${QT_INCLUDE_DIR}/phonon
+     ${QT_LIBRARY_DIR}/phonon.framework/Headers
      NO_DEFAULT_PATH
      )



More information about the Cmake-commits mailing list