You are not logged in.

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.

vikee

Unregistered

1

Wednesday, October 27th 2004, 11:17am

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

e8johan

Professional

  • "e8johan" is male

Posts: 1,195

Location: Sweden

  • Send private message

2

Wednesday, October 27th 2004, 12:22pm

RE: qmake problem

I moved this to the right forum. Have you tried setting QTDIR? Try typing

echo $QTDIR (unix)

or

echo %QTDIR% (win32)

vikee

Unregistered

3

Wednesday, October 27th 2004, 2:48pm

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.