hi suresh,
        First check if u have installed qt devel packages.in any redhat-like systems
there are qt1.x and 2.x libs installed.they are usually in /usr/lib/qtxx.xx 
where xx.xx could be the version.If u are using generic autoconf,automake 
configure scripts you can pass params to ./configure script telling the path 
of qt libs.e.g,
        #./configure --with-qt-libs=/usr/lib/qt2
or try ./configure --help to get a list of options.
if u are using a make file or compiling manually edit the make file to 
specify the path to include files.note that gcc uses the -L option for 
including additional lib paths and -I for additional include paths.

regards

sanjeev

When I compile any qt program, it says can't find the include files, 
such as Qapplication.h, Qpushbutton.h, etc. How do  I solve this?
-- 
---------------------------------------------
Sanjeev V Kumar
Systems Administrator
The Quantum Institute
Chennai
---------------------------------------------

----------------------------------------------
Find out more about this and other Linux India 
mailing lists at http://lists.linux-india.org/

Reply via email to