qt 3.0.3 released

Frank Liu <[email protected]> Sat, 30 Mar 2002 14:40:35 -0500 (EST)
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
Trolltech released qt 3.0.3 a few days ago.
I just uploaded the binary to the openqnx site.

after downloading.

cd /
su
tar zxvf /what/ever/qt-x11-free-3.0.3-1-qnx6-bin.tar.gz

everything should be installed into /opt/X11R6/q3 directory.

you will have to add the following in your $HOME/.profile
so that the qt executables and shared libraries can be found.

QTDIR=/opt/X11R6/q3
PATH=$QTDIR/bin:$PATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH LD_LIBRARY_PATH

I tried it and all the tutorials and examples worked well.

Frank