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 rule to force relinking if the .a file changed. There's a way, but I don't remember how. Some QMAKE_xxx variable you need to set in the .pro file of the code that uses the library. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest