Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, September 2007
Re: Hardcoded paths to Qt installation in various binaries(win-opensource/mingw).


Message 1 in thread

Hello, Vadim Doroginin
30.08.2007 0:59 you wrote:
> On 8/30/07, Andrew Medico <a.medico@xxxxxxxxx> wrote:
>> On 8/29/07, Vadim Doroginin <archimed7592+mailing@xxxxxxxxx> wrote:
>>
>> > Dependence on the QTDIR is not as strong as on the registry.
>> > What prevent you from creating 3 cmd files with similar content:
>> >
>> > rem qt-4.2.3.cmd
>> > set QTDIR=path/to/qt/4.2.3
>> > cmd
>> >
>> > rem qt-4.3.0.cmd
>> >  set QTDIR=path/to/qt/4.3.0
>> >  cmd
>> >
>> > rem qt-4.3.1.cmd
>> >   set QTDIR=path/to/qt/4.3.1
>> >   cmd
>> >
>> > Oh, I know: you can't do that because genius developers from TT made
>> > great design decision: they removed support of QTDIR env var :angry:

junction from sysinternals makes my life better.

Junction v1.04 - Windows junction creator and reparse point viewer
Copyright (C) 2000-2005 Mark Russinovich
Systems Internals - http://www.sysinternals.com

I build every release in separate dir to make trolls happy, and then 
symlink version needed by current project to directory used by my 
environment.

Side note - works on ntfs only.

--
 [ signature omitted ]