Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-19 Thread Enmaniac Software
! -Original Message- From: Joerg Bornemann [mailto:joerg.bornem...@qt.io] Sent: Monday, June 19, 2017 10:31 AM To: Enmaniac Software; 'Elvis Stansvik' Cc: interest@qt-project.org Subject: Re: [Interest] Automatic relink of executable after change in dependant static library On 16/

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-19 Thread Joerg Bornemann
On 16/06/2017 22:36, Enmaniac Software wrote: Ah indeed. It worked! To recap: I have added the following to MyApp PRO file: PRE_TARGETDEPS += $$PWD/../staticlib/debug/staticlib.lib It’s a bit pity that PRE_TARGETDEPS takes the absolute path to the file rather than simply the target name (thus

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Enmaniac Software
and Elivs for the help! > > -Original Message- > From: Elvis Stansvik [mailto:elvst...@gmail.com] > Sent: Friday, June 16, 2017 10:15 PM > To: Enmaniac Software > Cc: interest@qt-project.org Interest > Subject: Re: [Interest] Automatic relink of executable after change

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Konstantin Tokarev
> -Original Message- > From: Elvis Stansvik [mailto:elvst...@gmail.com] > Sent: Friday, June 16, 2017 10:15 PM > To: Enmaniac Software > Cc: interest@qt-project.org Interest > Subject: Re: [Interest] Automatic relink of executable after change in > dependant static libra

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Elvis Stansvik
-Original Message- > From: Elvis Stansvik [mailto:elvst...@gmail.com] > Sent: Friday, June 16, 2017 10:15 PM > To: Enmaniac Software > Cc: interest@qt-project.org Interest > Subject: Re: [Interest] Automatic relink of executable after change in > dependant static library > &

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Enmaniac Software
and naming conventions) Thank you Thiago and Elivs for the help! -Original Message- From: Elvis Stansvik [mailto:elvst...@gmail.com] Sent: Friday, June 16, 2017 10:15 PM To: Enmaniac Software Cc: interest@qt-project.org Interest Subject: Re: [Interest] Automatic relink of executable after

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Elvis Stansvik
2017-06-16 21:08 GMT+02:00 Enmaniac Software : > Hi all, > > > > I hope I am posting it in the right place. This is my first post in this > mailing list. If that’s not the right place, I would like to apologize and > feel free to direct me to the correct one. > > > > As for my question. I am trying

Re: [Interest] Automatic relink of executable after change in dependant static library

2017-06-16 Thread Thiago Macieira
On Friday, 16 June 2017 12:08:39 PDT Enmaniac Software wrote: > As for my question. I am trying to figure out why my executable is not being > updated when the static library which it depends on gets changed. Here are > my PRO files. Because that's the expected behaviour. You need to add an extra