Trying to get Precompiled Headers running with Qt Creator on Mac
Unsolved
General and Desktop
-
wrote on 4 Feb 2021, 11:08 last edited by
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?
1/1