summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/osx_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Compile OS X binary as C++11Brad King2016-07-011-2/+2
| | | | | We already compile with `-stdlib=libc++` as required for Qt 5.6. We can compile as C++11 and still deploy to OS X 10.7.
* cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-171-1/+1
| | | | | | | | | Download http://www.gnu.org/licenses/lgpl.txt and place it as Licenses/LGPLv3.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv3.txt so that the dialog can display a path to it.
* Utilities/Release: Switch to OS X 10.7 and Qt 5.6 for Mac binaryBrad King2016-05-061-2/+2
| | | | | Use a new build machine to produce the OS X binary targeting OS X 10.7 and using Qt 5.6.
* Utilities/Release: Rename scripts to match target platformBrad King2016-03-171-0/+32
The machine name we happen to use for the build is less informative than its platform.