Hi,
> Have a look at:
> http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#pre-targetdeps
>
> Hope it helps
Thanks. It helps.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
Have a look at:
http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#pre-targetdeps
Hope it helps
Samuel
On 31 août 2012, at 11:46, Igor Mironchik wrote:
> Hi,
>
> Is it possible to say in QMake projects that when changes appears in the
> library then all targets, depended on th
Hi,
Is it possible to say in QMake projects that when changes appears in the
library then all targets, depended on that library, must rebuilded?
Because at this time I see that when I change something in the library
then recompilation occur only on that library, and all targets that
links to t