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 19:34:22
|
On Monday 07 May 2012 20:04:54 you wrote: > $ make config | grep QT_LIBVERSION > QT_LIBVERSION Version of the Qt library in use 4.8.1 > > Keep in mind that since I have Lion, I'm using Xcode 4.3 on this > system. I can't try on my Snow Leopard Server VM until I get home > later tonight. Hmmm, xcodebuild should no longer be used in this case, and the variable $(QMAKEFILE) gets overwritten with "Makefile.qmake", so I wonder how it could still be doing this differently on Lion?? dhcp86:qmc2 rene$ make config | grep QMAKEFILE QMAKEFILE Qt generated Makefile name Makefile.qmake Cheers, René |