All that makes sense now.
Thanks again!
-Original Message-
From: Konstantin Tokarev [mailto:annu...@yandex.ru]
Sent: Friday, June 16, 2017 11:23 PM
To: Enmaniac Software; 'Elvis Stansvik'
Cc: interest@qt-project.org
Subject: Re: [Interest] Automatic relink of executable after change in
d
16.06.2017, 23:36, "Enmaniac Software" :
> 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
2017-06-16 22:36 GMT+02:00 Enmaniac Software :
> 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
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 resolving the path on its own depending on OS
a
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
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
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 to figure out why my executable is not being
updated when th
On 6/15/17 5:39 AM, "Andrew Ialacci" wrote:
> I am trying to have the repc compiler automatically generate a repc file from
> an existing QObject.
>
> According to the documentation below this should be possible using the
> QOBJECT_REPLICA macro.
>
> However, there is no informati