[PyQt] newbie installing under OpenBSD
Alan Corey
alan01346 at gmail.com
Sun Dec 23 16:23:47 GMT 2012
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.
More information about the PyQt
mailing list