Skip to content

Mac OS X Build

Eric Gregory edited this page Jun 8, 2015 · 2 revisions

Prerequisites

Assume QTDIR is set and $QTDIR is appended to the PATH

Basics:

cd build
qmake -config release ..
make
../macDeploy.sh

macDeploy.sh inserts/corrects all dependencies in app bundle

TODO:

  • 32/64 bit combined binary
  • Sign binary

Clone this wiki locally