[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Help setting qt version in 6.2



On Tue, 11 Jul 2000, Brian R. Thacker wrote:

> I am trying to compile a few KDE apps under 6.2, but when I run the configure
> script I get the can't link KDE application error. I know it is due to the fact
> that it finds qt-2.x instead of the qt-1.45 directory. I tried to manual set my
> path as follows whcih doesn't work:
> 
> set QTDIR=/usr/lib/qr-1.45
> export QTDIR

set does NOT set an environment variable.
Either do

QTDIR=/usr/lib/qt-1.45
export QTDIR

or do

export QTDIR=/usr/lib/qt-1.45

LLaP
bero




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]