Re: qt 2.3.2
Armin Steinhoff <[email protected]> Sun, 31 Mar 2002 21:07:56 +0200
| Newsgroups | gmane.os.qnx.openqnx.devel |
|---|---|
| Message-ID | <[email protected]> |
At 12:41 31.03.02 -0500, Frank Liu wrote: >Looks like lots of applications are still using the qt2. >I've just added a binary release of qt2.3.2 on openqnx site >under Armin's "qt 2.3.2 + widgets" package catogary. Thanks Frank! >to install: >download "qt-2.3.2-1.qnx6-bin.tar.gz" and then >su >cd / >tar zxvf /qt-2.3.2-1.qnx6-bin.tar.gz > >this should create a "/opt/X11R6/qt2" directory (which is >parallel to the /opt/X11R6/qt3 that was released earlier). > >To use it, you need to add the following to your $HOME/.profile >so that qt2 executables and shared libs can be found. > >QTDIR=/opt/X11R6/qt2 >PATH=$QTDIR/bin:$PATH >LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH >export QTDIR PATH LD_LIBRARY_PATH Don't forget to copy the shared libs of qwt and qtai to the opt directory tree. Armin