[Qt-interest] Configure relative path

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Apr 14 16:06:12 CEST 2009


> Von: Tiago Correia
> An: Christian Ehrlicher 
> Betreff: Re: [Qt-interest] Configure relative path

> When running configure, the makefiles have the absolute path like this
> (some
> examples):
> QMAKE         = d:\Libs\Qt\4.5.0-vs2008-sp1\bin\qmake
> 
> /LIBPATH:"d:\Libs\Qt\4.5.0-vs2008-sp1\lib"
> 
> 
> So I want to rebuidl part of the source in other computer, that has the
> src
> in other folder, I need to re-run configure.exe.
> If there is any way to set this folders as relative, instead of absolute.
> 
That's stupid - never deploy Makefiles but .pro-Files. On the other system the Makefiles are build by qmake and all is fine.
How should the generated Makefile know where to search for the libraries on another computer??

Christian
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01



More information about the Qt-interest-old mailing list