RE: qt 3.0.3 released
Frank Liu <[email protected]> Mon, 1 Apr 2002 13:54:17 -0500 (EST)
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 1 Apr 2002 [email protected] wrote: > Great work Frank! > > Did you run into any problems with shared libraries? yes. > > If not could you please also post: > > - mkspecs for QNX > - any other changes to Trolltechs distribution I used the changes you had posted. btw, the "mkspecs" directory is included in the binary release. > - Your configure options that you built it with ./configure -prefix /opt/X11R6/qt3 -qt-gif -thread make make install the shared lib problem is a bug in the OS, which, unfortunately, I can't send out any fixes. Frank > > 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 >