Re: [Qt-creator] Compiling Creator as 32bit on OSX Snow Leopard

2010-02-05 Thread Eike Ziller
Hi,

On Feb 5, 2010, at 2:39 PM, ext Danny Price wrote:

> What's the simplest way to build Creator and all it's plugins as 32bit carbon 
> on 10.6?

The simplest way should be to qmake & compile it with a Qt that is configured 
that way. I.e. the "default" Qt/Mac binary packages are built for 32bit Carbon, 
intel + ppc. Building any Qt app against it (if you don't explicitly set 
architectures in CONFIG), will produce binaries with the same configuration.

> I tried it niavely last night by adding CONFIG += x86 to all the .pro files 
> but I still got 'incorrect architecture' type errors from make.
> 
> I want to build Mac versions of some 3rd party plugins that will work with 
> the 'standard' version of Creator (32bit Carbon).
> 

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Compiling Creator as 32bit on OSX Snow Leopard

2010-02-05 Thread Danny Price
What's the simplest way to build Creator and all it's plugins as 32bit
carbon on 10.6?

I tried it niavely last night by adding CONFIG += x86 to all the .pro files
but I still got 'incorrect architecture' type errors from make.

I want to build Mac versions of some 3rd party plugins that will work with
the 'standard' version of Creator (32bit Carbon).
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator