Commit 8c28176e authored by Hugo Vincent's avatar Hugo Vincent

Move Saturn build-dep into 32-bit

parent 1519d548
......@@ -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
......@@ -79,12 +85,6 @@ macx {
-framework CoreFoundation \
-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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment