I build and installed QT4.3.2 on my Linux/ Fedora system....Using
"./configure" "gmake" and "gmake install"
Now I created a file in my usr/local/src and I try to compile this. I gave direct path to QTCore ,QTGui and mkspecs/linux g++. But I get these compile error
Trolltech/Qt-4.3.2/include/QtGui/qapplication.h:42:37: error: QtCore/qcoreapplication.h: No such file or directory
../../Trolltech/Qt-4.3.2/include/QtGui/qapplication.h:43:31: error: QtGui/qwindowdefs.h: No such file or directory
../../Trolltech/Qt-4.3.2/include/QtGui/qapplication.h:44:27: error: QtCore/qpoint.h: No such file or directory
../../Trolltech/Qt-4.3.2/include/QtGui/qapplication.h:45:26: error: QtCore/qsize.h: No such file or directory
../../Trolltech/Qt-4.3.2/include/QtGui/qapplication.h:46:27: error: QtGui/qcursor.h: No such file or directory
while it has compiled all tutorial and example code correctly.....
Any help!!!
Bookmarks