Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Fix Version/s: Qt Creator 4.9.0-beta1
-
Labels:None
Description
It seem that clang cannot handle the case well that the root file is not present.
commandLine.emplace_back("-Xclang"); commandLine.emplace_back("-fno-validate-pch");
seems not to fix it which is should.