Mac: how did I build Qt?
-
I've got a build of 4.8.6 I did quite a while back. It's a universal binary (frameworks, x86 and x86_64). I don't recall exactly what args I passed into "configure"...
It seems that both the 32- and 64-bit parts must have both been configured/built Cocoa -- you cannot build 64-bit with Carbon, and I think you can't make a universal binary with a 32-bit Carbon and 64-bit Cocoa mixed, right? If it is possible to do so, how can I tell if I did this?
-
Hi,
AFAIK, no, you either build against Cocoa or Carbon but not both at the same time
-
Yeah, that's what I thought. Since the frameworks are universal, and 64-bit doesn't do Carbon, I must also have a 32-bit Cocoa build in there, as well...
-
IIRC, cocoa is the default since a long time
Post 2 of 4