[Qt-interest] Rebuilding app when linked staticlib is changed

Bastian Bense bastibense at gmail.com
Tue Jul 28 10:17:37 CEST 2009


Hey everyone,
I am experimenting a lot with libraries recently, and decided to use a
staticlib project to implement a lot of core functionality that I'll need in
a number of modules and then link it into the specific application to access
it.

Since the core functionality in the lib is changing a lot and I'm debugging
it, my workflow is usually as follows:

1) change staticlib code
2) compile the test application that links the lib in
3) test the code
4) (repeat)

Unfortunately in most cases the test application is not re-compiled/linked
when the staticlib changes (probably because the app code itself did not
change).

I'm using Qt Creator snapshot right now, and I was wondering if there is a
way to automate the re-linking of the test application after the library
changed?

Thanks in advance!

~ Bastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090728/31b98e19/attachment.html 


More information about the Qt-interest-old mailing list