From 8c28176e1344b067fe059a6b1cd8386b8ff1a69c Mon Sep 17 00:00:00 2001 From: Hugo Vincent Date: Sun, 11 Apr 2010 19:58:36 +0100 Subject: [PATCH] Move Saturn build-dep into 32-bit --- mavground.pri | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mavground.pri b/mavground.pri index 5b2385544..0360d428c 100644 --- a/mavground.pri +++ b/mavground.pri @@ -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 } -- 2.22.0