Commit 61e3822e authored by Don Gagne's avatar Don Gagne

Run macdeployqt from same dir as qmake

Handles case where multiple versions of QT are installed on machine.
parent e1eb9f42
......@@ -19,7 +19,7 @@
installer {
MacBuild {
QMAKE_POST_LINK += && macdeployqt $${DESTDIR}/qgroundcontrol.app -dmg
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt $${DESTDIR}/qgroundcontrol.app -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