From: robertl Date: Tue, 5 Jan 2010 15:01:30 +0000 (+0000) Subject: Turn universal builds back on for Mac. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~84 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=885c3893ca3a948c85383c913e46e316f9a65d0e;p=gpsbabel.git Turn universal builds back on for Mac. --- diff --git a/gui/app.pro b/gui/app.pro index f4b07dede..87f7007c3 100755 --- a/gui/app.pro +++ b/gui/app.pro @@ -1,11 +1,11 @@ -# $Id: app.pro,v 1.13 2009/11/02 19:54:13 robertl Exp $ +# $Id: app.pro,v 1.14 2010/01/05 15:01:30 robertl Exp $ # CONFIG += qt release #CONFIG += qt debug console # For Mac, build Universal binary. Ignored on other OSes. -CONFIG += x86 # ppc +CONFIG += x86 ppc ICON = images/appicon.icns