[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.21 1.22 QtDialogCPack.cmake.in 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 13 16:28:12 EST 2009


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv11378/Source/QtDialog

Modified Files:
	CMakeLists.txt QtDialogCPack.cmake.in 
Log Message:
ENH: take cmake-gui out of beta


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeLists.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -C 2 -d -r1.21 -r1.22
*** CMakeLists.txt	5 Jan 2009 16:05:57 -0000	1.21
--- CMakeLists.txt	13 Feb 2009 21:28:09 -0000	1.22
***************
*** 13,16 ****
--- 13,18 ----
    IF(WIN32 AND NOT QT_CONFIG MATCHES "static")
      SET(CMAKE_PACKAGE_QTGUI FALSE)
+     MESSAGE(STATUS 
+       "WARNING: QtDialog requires a static built qt for installation.")
    ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
    SET(SRCS

Index: QtDialogCPack.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QtDialogCPack.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** QtDialogCPack.cmake.in	19 Feb 2008 19:26:20 -0000	1.3
--- QtDialogCPack.cmake.in	13 Feb 2009 21:28:10 -0000	1.4
***************
*** 3,7 ****
  
  IF(CMAKE_PACKAGE_QTGUI)
!   SET(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} "cmake-gui" "cmake-gui(beta)") 
    IF(IS_APPLE)
      # for apple install we set the install prefix to
--- 3,7 ----
  
  IF(CMAKE_PACKAGE_QTGUI)
!   SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake" ${CPACK_PACKAGE_EXECUTABLES}) 
    IF(IS_APPLE)
      # for apple install we set the install prefix to



More information about the Cmake-commits mailing list