Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
As soon as I add PRECOMPILED_HEADER = pch.h to my pro file, I get the fatal error 'debug/Example_Name_x86_64.pch/c_x86_64' file not found.
I also have the lines CONFIG += precompile_header and HEADERS += pch.h in my pro file, is there anything I'm doing wrong or missing?