Browse Source

Move Saturn build-dep into 32-bit

QGC4.4
Hugo Vincent 15 years ago
parent
commit
8c28176e13
  1. 12
      mavground.pri

12
mavground.pri

@ -61,6 +61,12 @@ macx { @@ -61,6 +61,12 @@ macx {
# x86 Mac OS X Leopard 10.5 and earlier
CONFIG += x86 cocoa phonon
message(Building for Mac OS X 32bit/Leopard 10.5 and earlier)
# Enable function-profiling with the OS X saturn tool
debug {
QMAKE_CXXFLAGS += -finstrument-functions
LIBS += -lSaturn
}
} else {
# x64 Mac OS X Snow Leopard 10.6 and later
CONFIG += x86_64 cocoa
@ -80,12 +86,6 @@ macx { @@ -80,12 +86,6 @@ macx {
-framework ApplicationServices \
-lm
# Enable function-profiling with the OS X saturn tool
debug {
QMAKE_CXXFLAGS += -finstrument-functions
LIBS += -lSaturn
}
ICON = $$BASEDIR/images/icons/macx.icns
}

Loading…
Cancel
Save