[Cmake-commits] [cmake-commits] hoffman committed QtDialogCPack.cmake.in 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jun 26 10:18:14 EDT 2009
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv9495/Source/QtDialog
Modified Files:
QtDialogCPack.cmake.in
Log Message:
ENH: do not create a desktop link for CMakeSetup
Index: QtDialogCPack.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QtDialogCPack.cmake.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** QtDialogCPack.cmake.in 16 Feb 2009 16:17:54 -0000 1.5
--- QtDialogCPack.cmake.in 26 Jun 2009 14:18:11 -0000 1.6
***************
*** 4,7 ****
--- 4,8 ----
IF(CMAKE_PACKAGE_QTGUI)
SET(CPACK_PACKAGE_EXECUTABLES "cmake-gui" "CMake (cmake-gui)" ${CPACK_PACKAGE_EXECUTABLES})
+ SET(CPACK_CREATE_DESKTOP_LINKS "cmake-gui" ${CPACK_CREATE_DESKTOP_LINKS})
IF(IS_APPLE)
# for apple install we set the install prefix to
More information about the Cmake-commits
mailing list