Re: [Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
Hi Daniel, Thanks for the tip. Unfortunately, our library has .lib and .dll in two different directories, but I just added further dummy LIBS += -L/path/to/dll. Works perfectly with VS 2010. Thank you very much! Best regards, André Am 16.04.2014 15:09, schrieb Daniel Teske: > On Wednesday 16

Re: [Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread Daniel Teske
On Wednesday 16 Apr 2014 15:03:45 André Hartmann wrote: > Hello, > > I have (Windows) projects that depends on external > libraries. > > Whenever a new version of this lib is released, > I have to compile and test the projects against > the new version and sometimes switch back to the > old versi

[Qt-creator] Change path to external DLLs for program execution

2014-04-16 Thread André Hartmann
Hello, I have (Windows) projects that depends on external libraries. Whenever a new version of this lib is released, I have to compile and test the projects against the new version and sometimes switch back to the old version. Qmake already makes my life very easy, as I can switch between them b