Build fat 32- and 64-bit binary when in deploy mode

git-svn-id: http://svn.clifford.at/openscad/trunk@535 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-05-08 03:57:31 +00:00
parent 186ed3bdf3
commit 4185b3128b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ macx {
# add CONFIG+=deploy to the qmake command-line to make a deployment build
deploy {
message("Building deployment version")
CONFIG += x86 x86_64
DEPLOYDIR = $$(MACOSX_DEPLOY_DIR)
!isEmpty(DEPLOYDIR) {
INCLUDEPATH += $$DEPLOYDIR/include