Commit cdbb6118 authored by Don Gagne's avatar Don Gagne

Merge pull request #851 from DonLakeFlyer/OSX-Install

Need to try this through the TeamCity install builds and then get feedback so merging
parents 95f92dc3 51e190b8
......@@ -19,7 +19,8 @@
installer {
MacBuild {
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt $${DESTDIR}/qgroundcontrol.app -dmg
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt $${DESTDIR}/qgroundcontrol.app
QMAKE_POST_LINK += && hdiutil create -layout SPUD -srcfolder $${DESTDIR}/qgroundcontrol.app -volname qgroundcontrol $${DESTDIR}/qgroundcontrol.dmg
}
WindowsBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment