Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Problems using Qt3 with SuSE 9.3 Prof. (qmake not found)
Hello,
i have great problem using Qt with my SuSE 9.3 Prof. Whenever I try to run qmake it fails, the err-message i get is status 127 qmake not found. So I´ve checked the qt3-directory in /usr/lib/qt3...but all headerfiles (qapplication.h...) and qmake are there. So I´m little bit irritated.
Why is qmake not found by my System?
Have anybody problems like that?
Sincerelly Benjamin
P.S. With SuSE 9.2 I haven´t such problems.
What does the following command return?
echo $QTDIR
if it returns nothing, type the following command, or add it to your .bashrc script in your home folder.
export QTDIR=/usr/lib/qt3
Re: echo $QTDIR
it replies /usr/lib/qt3
but qmake is still not found using shell or kdevelop
RE: echo $QTDIR
If you use qmake in console with its absolute path, what do you get then?
like :
YOU@YOURPCNAME:~/PATH/OF/YOUR/APP$/Your/path/to/qmake/qmake -project
Cheers
This post has been edited 1 times, last edit by "Everall" (Jul 28th 2005, 8:49am)