Re: [Interest] Qmake and changes in the library

2012-08-31 Thread Igor Mironchik
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

Re: [Interest] Qmake and changes in the library

2012-08-31 Thread Samuel Gaist
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

[Interest] Qmake and changes in the library

2012-08-31 Thread Igor Mironchik
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