Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.0-beta1
-
None
Description
After QtCreator started to use "cmake --build" instead of "make" as command to build, it fails to output issues in issues pan.
Ie if cmake project has error, and therefore does not compile, QtCreator does NOT show issues.
Steps to reproduce
Create (or open exising) cmake project
Make error
Compile it
Issues pan is empty, but should not be.