It's a tangled web:

cd /usr/local/bin
freebie# ls -la | grep qmake
lrwxr-xr-x    1 root  wheel        28 Feb 17  2012 qmake ->
/usr/local/lib/qt3/bin/qmake
lrwxr-xr-x    1 root  wheel         5 Feb 17  2012 qmake-mt -> qmake
lrwxr-xr-x    1 root  wheel        28 Mar  2  2012 qmake4 ->
/usr/local/lib/qt4/bin/qmake

At this point I'm not sure where to point QTDIR because libraries are
in /usr/local/lib/qt<ver> but includes are in
/usr/local/include/X11/<ver>.  It really needs 2 sets of -I and -L
options, not to mention where to point for binaries.  Maybe the qmakes
can fix everything.
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to