Re: [qmc2-devel] New QT 4.8 paths cause MacOS build issues
Brought to you by:
prianthefist,
renereucher
|
From: R. R. <ren...@ba...> - 2012-05-07 14:51:25
|
On Monday 07 May 2012 09:24:33 R. Reucher wrote: > Hmmm, Nokia only published a 64-bit binary package of Qt 4.8.1 for Mac OS > X, but I need it in 32-bits... I'm now trying to build it myself, but this > will take quite some time on my Mac OS X dev-system :(... > > @David: do you probably have a suitable Qt 4.8.1 build for me I could use > instead? Nevermind, it meanwhile built cleanly :). You can basically build it in two steps with the current Makefile (NOT using xcodebuild!): make configure make [EMU=...] "make install" still doesn't work, I'm working on the Makefile... I'm actually trying to get rid of xcodebuild completely in case of Qt 4.8+, which would then also fix the issue with XCode 4 (which will then no longer be used). Let's see :). Have fun, René |