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
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
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
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