Re: [Interest] [OS X] qmake -spec macx-clang-32 on a 64bit system

2015-03-10 Thread René J . V . Bertin
On Tuesday March 10 2015 06:34:55 Adam Light wrote: Hi, > > %> ( cd > > qt5dsql3-mp9-work/qt-everywhere-opensource-src-5.4.1-i386/qtbase/src/plugins/sqldrivers/sqlite > > ; /opt/local/libexec/qt5/bin/qmake -r PREFIX=/opt/local > > QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9 CONFIG+=release > > INCLUDEPAT

Re: [Interest] [OS X] qmake -spec macx-clang-32 on a 64bit system

2015-03-10 Thread Adam Light
On Tue, Mar 10, 2015 at 6:29 AM, René J.V. wrote: > Hello, > > I am getting strange behaviour from qmake, trying to generate a 32bit > build with it on a 64bit system. qmake in fact seems to ignore the -spec > argument (as long as it's not in error, that is). I get exactly the same > Makefile eve

[Interest] [OS X] qmake -spec macx-clang-32 on a 64bit system

2015-03-10 Thread René J . V . Bertin
Hello, I am getting strange behaviour from qmake, trying to generate a 32bit build with it on a 64bit system. qmake in fact seems to ignore the -spec argument (as long as it's not in error, that is). I get exactly the same Makefile even when I tell qmake to use linux-g++, for instance ... And t