Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
2.4.1 (rev.28)
-
None
-
qt 5.11.2 static
-
-
80caa7568aea0bcc7758aa552cb166d6d70f32ff
Description
If I want to speed up building projects, I need to add options for precompiled headers.
so,I modified my project configuration.
but,I got a build error.
qmake\qtvars_plugin_import.cpp(14,1): fatal error C1010: unexpected end of file encountered while looking for precompiled headers. Did you forget to add "include" pch.h "to the source.
The project in the attachment may reproduce this problem. You must use static QT to reproduce it.