RE: qt 3.0.3 released

[email protected] Mon, 1 Apr 2002 10:24:59 -0500
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <20720395CBCAD31185BD00105A1FADED0270F9@USCFV01-D01>
Great work Frank!

Did you run into any problems with shared libraries?

If not could you please also post:

- mkspecs for QNX
- any other changes to Trolltechs distribution
- Your configure options that you built it with

Thanks
Jens


-----Original Message-----
From: Frank Liu [mailto:[email protected]]
Sent: Saturday, March 30, 2002 2:41 PM
To: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [Openqnx-developer] qt 3.0.3 released



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


_______________________________________________
openqnx-developer mailing list
openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openqnx-developer