[Cmake-commits] [cmake-commits] clinton committed FindQt4.cmake 1.129 1.130

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 26 16:04:38 EDT 2008


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

Modified Files:
	FindQt4.cmake 
Log Message:

ENH:  Add comments about pre-processor defines and moc.



Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.129
retrieving revision 1.130
diff -C 2 -d -r1.129 -r1.130
*** FindQt4.cmake	26 Aug 2008 15:50:15 -0000	1.129
--- FindQt4.cmake	26 Aug 2008 20:04:36 -0000	1.130
***************
*** 49,54 ****
  #  macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
  #        create moc code from a list of files containing Qt class with
! #        the Q_OBJECT declaration.  Options may be given to moc, such as those found
! #        when executing "moc -help"
  #
  #  macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...)
--- 49,55 ----
  #  macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
  #        create moc code from a list of files containing Qt class with
! #        the Q_OBJECT declaration.  Per-direcotry preprocessor definitions 
! #        are also added.  Options may be given to moc, such as those found
! #        when executing "moc -help".  
  #
  #  macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...)



More information about the Cmake-commits mailing list