From dac555802b250ed11103c801e56ea24a1b721737 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Sun, 11 Apr 2010 19:07:30 +0200 Subject: [PATCH] Removed static linkage --- mavground.pri | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mavground.pri b/mavground.pri index 20eb81f42..d658a10c6 100644 --- a/mavground.pri +++ b/mavground.pri @@ -34,9 +34,7 @@ BASEDIR = . BUILDDIR = build LANGUAGE = C++ -#CONFIG += static debug -#CONFIG += static release console -CONFIG += static debug_and_release console +CONFIG += debug_and_release console OBJECTS_DIR = $$BUILDDIR/obj MOC_DIR = $$BUILDDIR/moc @@ -62,11 +60,11 @@ macx { contains( HARDWARE_PLATFORM, x86_64 ) { # x64 Mac OS X Snow Leopard 10.6 and later CONFIG += x86_64 cocoa - CONFIG -= x86 static phonon + CONFIG -= x86 phonon message(Building for Mac OS X 64bit/Snow Leopard 10.6 and later) } else { # x86 Mac OS X Leopard 10.5 and earlier - CONFIG += x86 cocoa static phonon + CONFIG += x86 cocoa phonon message(Building for Mac OS X 32bit/Leopard 10.5 and earlier) } -- 2.22.0