1 # This file is configured at cmake time, and loaded at cpack time.
2 # To pass variables to cpack from cmake, they must be configured in this file.
4 if("${CPACK_GENERATOR}" STREQUAL "PackageMaker")
5 if(CMAKE_PACKAGE_QTGUI)
6 set(CPACK_PACKAGE_DEFAULT_LOCATION "/Applications")
8 set(CPACK_PACKAGE_DEFAULT_LOCATION "/usr")