[Cmake-commits] [cmake-commits] alex committed FindQt4.cmake 1.105 1.106
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 18 17:54:43 EDT 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv24827
Modified Files:
FindQt4.cmake
Log Message:
STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via UseQt4.cmake
Alex
Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.105
retrieving revision 1.106
diff -C 2 -d -r1.105 -r1.106
*** FindQt4.cmake 18 Mar 2008 21:26:50 -0000 1.105
--- FindQt4.cmake 18 Mar 2008 21:54:40 -0000 1.106
***************
*** 31,36 ****
# QT_USE_PHONON
#
! # Includes and definitions
! # needed for compiling Qt code is already set up by including the QT_USE_FILE.
#
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
--- 31,38 ----
# QT_USE_PHONON
#
! # If you are using Qt4 via UseQt4.cmake instead of FIND_PACKAGE(Qt4), all the
! # libraries required are stored in the variable QT_LIBRARIES.
! # Add this variable to your TARGET_LINK_LIBRARIES. Includes and definitions
! # needed for compiling Qt code are then already set up by including the QT_USE_FILE.
#
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
More information about the Cmake-commits
mailing list