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.
qmake problem
Hello, i have problems with qmake,
before i start compiling i export all the needed dirs.
when qmake run (without errors) and creates the Makefile,
the paths in the Makefile are missing! $(QTDIR)/... and these variables are replaced with empty string. it seems that he doesn't know about them.
can anaybody help me?
thanks
RE: qmake problem
I moved this to the right forum. Have you tried setting QTDIR? Try typing
echo $QTDIR (unix)
or
echo %QTDIR% (win32)
qmake problem
hello,
yes, QTDIR=QTEDIR=qt-2.3.8
where has qmake it's configuration file?
export QMAKESPEC=$QTOPIA_PREFIX/qtopia-phone-2.0.0/mkspecs/qws/linux-generic-g++
i changed the qmake.conf file in the directory above. i replaced the $(QTDIR)/... with the real path and problem is the same.