Re: [qmc2-devel] New QT 4.8 paths cause MacOS build issues
Brought to you by:
prianthefist,
renereucher
|
From: David E. <ev...@gm...> - 2012-05-10 21:34:35
|
$ which qmake /usr/bin/qmake $ echo $PATH /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin What version of QMAKE is on your system? $ qmake -v QMake version 2.01a Using Qt version 4.8.1 in /Library/Frameworks Dave On Thu, May 10, 2012 at 4:15 PM, R. Reucher <ren...@ba...> wrote: > @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é > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > qmc2-devel mailing list > qmc...@li... > https://lists.sourceforge.net/lists/listinfo/qmc2-devel > |