Re: can't compile my QT3 programs

2002-05-01 Thread craigw
Not sure how helpful this will be, as I installed qt-3 from source, but when you install something called libqt3-dev, I would certainly expect it to contain some libs! On my box I have libqt1g-dev which was installed from the deb package, and it placed all the relevant files in a directory named /

Re: can't compile my QT3 programs

2002-05-01 Thread Antoine Schweitzer-Chaput
I actually tried it, but I could't find the 'lib' dir : I installed libqt3-dev from the .deb, and in the docs, they say that QTDIR should be set to /usr/share/qt, but there's no lib directory there, and I didn't manage to find a revelant one On Wed, 2002-05-01 at 23:39, craigw wrote: > On Wed M

Re: can't compile my QT3 programs

2002-05-01 Thread craigw
On Wed May 01, 2002 at 11:19:17PM +0200, Antoine Schweitzer-Chaput wrote: > Hi everybody > > I've just installed libqt3-dev in order to learn how to use it. To start > with it, I've followed the tutorials, but when I try to compile with > qmake -projet; qmake; make, the linker can't find libqt (wh

can't compile my QT3 programs

2002-05-01 Thread Antoine Schweitzer-Chaput
Hi everybody I've just installed libqt3-dev in order to learn how to use it. To start with it, I've followed the tutorials, but when I try to compile with qmake -projet; qmake; make, the linker can't find libqt (which is installed). In fact, if I add a -lqt at the end of the commands that make exe