Re: [Interest] Deployement/Installation with QBS

2018-10-25 Thread Xavier Bigand
Le jeu. 25 oct. 2018 à 11:26, Christian Kandeler a écrit : > On Thu, 25 Oct 2018 11:01:00 +0200 > Xavier Bigand wrote: > > > I have a DynamicLibrary project and I want that QtCreator copy the dll in > > an other directory than the shadow build one before running the custom > run > > command I se

Re: [Interest] Deployement/Installation with QBS

2018-10-25 Thread Christian Kandeler
On Thu, 25 Oct 2018 11:01:00 +0200 Xavier Bigand wrote: > I have a DynamicLibrary project and I want that QtCreator copy the dll in > an other directory than the shadow build one before running the custom run > command I set. > > So in my qbs file I put: > > Group { > > fil

[Interest] Deployement/Installation with QBS

2018-10-25 Thread Xavier Bigand
Hello, I have a DynamicLibrary project and I want that QtCreator copy the dll in an other directory than the shadow build one before running the custom run command I set. So in my qbs file I put: Group { files: "*.dll" qbs.install: true qbs.install

Re: [Interest] Is it ok to use QLibrary to load and unload different shared libraries in sequence?

2018-10-25 Thread Roland Winklmeier
Thanks a lot for your response. Am Mi., 24. Okt. 2018 um 17:20 Uhr schrieb Thiago Macieira < thiago.macie...@intel.com>: > > I got some strange behavior while debugging the above lines in QtCreator > > (error message saying that "Command aborted" after the first unload and > gdb > > aborts). So I