How i disable pre-compiled headers option in MSVC when compiling in Qt?
General and Desktop
3
Posts
3
Posters
1.3k
Views
1
Watching
-
wrote on 10 Aug 2014, 02:48 last edited by
Hi!
I´m trying use the FreeType Lib, but i´m having problems with the pre-compiled headers, and i want disable this option.
How can i do that?
Kind Regards.
-
Try this ?
I generally use this in VC++ env to disable it.
Project> Properties -> C/C++ -> Precompiled Headers
Create/Use Precompiled Header -> Not Using Precompiled HeadersI have not used this with Qt though.
-
wrote on 22 Jun 2020, 08:46 last edited by
Hi, I recently ran into the same issue.
To solve it, go to Help -> About Modules, check Show all, enter "pch" and disable the ClangPchManager module. Then the precompilation of the headers will be disabled.