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)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Apr 2015 19:54:51 +0000 (21:54 +0200)
commit1d69ec1e0acc6522d292ce47a7fac18636ab2d49
tree0bd5e7ed5bac83c2cd021033629f4d15138be59c
parent2a7d627273069c7c56ff04842ec4f58b42730c6b
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