Re: qt3 "Hello World"

2001-12-03 Thread Gordon Tyler
> > Any suggestions? > g++ -I/usr/include/qt Also, you may want to consider using the Qt3 qmake utility. It looks like it makes pure Qt3 projects a LOT easier to compile for any platform that Qt supports. Ciao, Gordon

Re: qt3 "Hello World"

2001-12-03 Thread Allan Sandfeld Jensen
On Monday 03 December 2001 06:49, Jeremiah H. Savage wrote: > I'm trying to compile the Qt3 "Hello, World!" program [1] and get the > following errors: > > $ g++ test.cc > test.cc:1: qapplication.h: No such file or directory > test.cc:2: qpushbutton.h: No such file or directory > > If I define QTDI