Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0 RC
-
None
-
MSVC 2015 Update 3, MSVC 2017 RC
-
5fc2337d740963d019a1e31960a4d12dfec36ea9 be00e37bb35eadcb990b1b9a71b668c83cb89eaf
Description
Using snapshot http://download.qt.io/snapshots/qt/5.8/5.8.0-rc/689/
moc_predefs.h is unconditionally regenerated every time a vcxproj project is built. Moc custom build steps have a dependency on moc_predefs.h. This means that all moc-generated files are regenerated and rebuilt every time a project is built, even if no sources or headers have been changed since the last build. This is a significant impediment to the edit-build-debug cycle.
Attachments
Issue Links
- resulted from
-
QTBUG-57196 [Windows][REG 5.7.x->5.8.0] When building a Qt application via Visual Studio with the vcxproj file generated from qmake the build may fail
- Closed