Re: qt compile

2003-06-11 Thread Rohit
Yes I do have QTDIR=/usr/X11R6 exported On Wednesday 11 June 2003 21:42, Andreas Kohn wrote: > Am Wed, 2003-06-11 um 12.25 schrieb Rohit: > > Hi, > > I cant get simple qt helloworld programs to compile. It complains about > > not being able to find qapplication.h and other header files which res

Re: qt compile

2003-06-11 Thread Andreas Kohn
Am Wed, 2003-06-11 um 12.25 schrieb Rohit: > Hi, > I cant get simple qt helloworld programs to compile. It complains about not > being able to find qapplication.h and other header files which reside in > /usr/X11R6/include on my FreeBSD 4.8 system. > > I have tried using the -I/usr/X11R6/inclu

qt compile

2003-06-11 Thread Rohit
Hi, I cant get simple qt helloworld programs to compile. It complains about not being able to find qapplication.h and other header files which reside in /usr/X11R6/include on my FreeBSD 4.8 system. I have tried using the -I/usr/X11R6/include -L/usr/X11R6/lib flags when I complie with gcc or g