Skip to content

Commit

Permalink
restore phoenix.pro and add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irascible committed Jul 25, 2013
1 parent c4c0483 commit 45db50e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion phoenix.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45db50e

Please sign in to comment.