[Cmake-commits] [cmake-commits] alex committed FindQt4.cmake 1.104 1.105
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 18 17:26:52 EDT 2008
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19866
Modified Files:
FindQt4.cmake
Log Message:
STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't exist
in cmake 2.4.3, the first stable cmake 2.4.x release
Alex
Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.104
retrieving revision 1.105
diff -C 2 -d -r1.104 -r1.105
*** FindQt4.cmake 18 Mar 2008 20:30:14 -0000 1.104
--- FindQt4.cmake 18 Mar 2008 21:26:50 -0000 1.105
***************
*** 31,36 ****
# QT_USE_PHONON
#
! # All the libraries required are stored in a variable called QT_LIBRARIES.
! # Add this variable to your TARGET_LINK_LIBRARIES. Inlcudes and definitions
# needed for compiling Qt code is already set up by including the QT_USE_FILE.
#
--- 31,35 ----
# QT_USE_PHONON
#
! # Includes and definitions
# needed for compiling Qt code is already set up by including the QT_USE_FILE.
#
More information about the Cmake-commits
mailing list