[cmake-commits] king committed UseQt4.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 14:00:43 EDT 2006


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

Modified Files:
	UseQt4.cmake 
Log Message:
BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition.


Index: UseQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/UseQt4.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- UseQt4.cmake	6 Sep 2006 12:31:50 -0000	1.8
+++ UseQt4.cmake	4 Oct 2006 18:00:41 -0000	1.9
@@ -33,6 +33,7 @@
 
 IF (QT_USE_QT3SUPPORT)
   QT_MODULE_SETUP(3SUPPORT)
+  ADD_DEFINITIONS(-DQT3_SUPPORT)
 ENDIF (QT_USE_QT3SUPPORT)
 
 IF (QT_USE_QTOPENGL)



More information about the Cmake-commits mailing list