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 QTDIR to "/usr/share/qt" I get the same errors. > > But I do have libqt3-dev installed and no libqt2-dev installed: > > $ ll /usr/include/qt/qapplication.h > -rw-r--r-- 1 root root 14261 Nov 24 02:18 > /usr/include/qt/qapplication.h > > Any suggestions? g++ -I/usr/include/qt
on debian qt-headers lies one level deeper under include to minimize the spam in /usr/include.