Shipping Mac OS X packages with SQL plugins
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 30 Sep 2014 10:11:44 +0000 (12:11 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Wed, 1 Oct 2014 09:03:03 +0000 (11:03 +0200)
commitd6888a62baaa3cbb5fcf461aafa1fbf5197c4f49
treec2fb0f8de24bf8b009ac6ccbee668754a46cd14b
parenta808db96c177941cfc4c061edd697983c814c60f
Shipping Mac OS X packages with SQL plugins

For core and mono builds, required SQL plugins are now automatically
included in the bundle. Since the core uses a flat package, it
requires a special qt.conf. Here, the Prefix is set to ../ as the
default Prefix on Mac OS points to the Contents direcotry of the
bundle, which does not exist in the flat package.
scripts/build/macosx_DeployApp.py
scripts/build/macosx_makePackage.sh