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-10 20:16:27
|
@David, I think I found a possible reason for your issues... probably it's using the wrong version of qmake and/or other Qt tools. I had the exact same issue that you reported just recently when $PATH wasn't set correctly: dhcp86:qmc2 rene$ which qmake /usr/local/Trolltech/Qt-4.8.1/bin/qmake dhcp86:qmc2 rene$ echo $PATH /usr/local/Trolltech/Qt-4.8.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/ I installed Qt 4.8.1 from source, that's why it's in this directory. But there's a parallel Qt 4.8.1 binary installation which was interfering. So, could you please check if it's a similar issue on your side? Thanks, René |