Description
How to reproduce
- create a new "Qt Console Application" project
- select CMake as build system
- tick the checkbox "Enable PCH Support"
What happens?
No instruction to enable precompiled headers are written into the CMakeLists.txt.
What's expected?
Some call to target_precompile_headers is expected.