On 24-Feb-14 17:41, Etienne Sandré-Chardonnal wrote: > I sometimes experience problems with qmake (used in QtCreator). This > happens not often, but my program crashes after a partial build, and if > I rebuild all, it works perfectly. > > This means some file dependencies are not handled well. Maybe my .pro > has some errors that cause this?
If you're using Qt4, then placing CONFIG+=depend_includepath in your .pro file might help. For Qt5 this is the default. BR, Joerg _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest