Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
windows XP
-
142ce4d38094f1588b04758a6f9ff6787a784fe3
Description
If I update the .pro file and click the build all button, I expect it to rebuild the .mmp file. It does not. For example if I add webkit to the QT macro
QT += core gui webkit
the associated include files are not added to the mmp file.
One can workaround this problem by invoking qmake from the command line.
-jk