From 45db50e010f998607bf9cd3228486c7c2a39bb50 Mon Sep 17 00:00:00 2001 From: irascibl Date: Thu, 25 Jul 2013 13:21:52 +0200 Subject: [PATCH] restore phoenix.pro and add a comment --- phoenix.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/phoenix.pro b/phoenix.pro index 276fda2e6..f0f49806a 100644 --- a/phoenix.pro +++ b/phoenix.pro @@ -44,7 +44,13 @@ win32 { } macx { MOC_DIR = build/moc - CONFIG += x86_64 #x86 ppc + + # the CONFIG setting builds for all three Mac platforms + # comment out the platforms you do not use, for example + # CONFIG += x86_64 #x86 ppc + # will build for the Intel 64 platform only + + CONFIG += x86_64 x86 ppc QMAKE_INFO_PLIST = FritzingInfo.plist #DEFINES += QT_NO_DEBUG # uncomment this for xcode LIBS += /usr/lib/libz.dylib