Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Fix Version/s: Qt Creator 4.9.0-beta1
-
Labels:None
Description
So far we used the clang binary to create the executable but this has the drawback what we cannot support generated files very well. If we use the C++ tooling interface we can simply map the text content to clang. There will be no extra process any more so much less can be go wrong.