Details
-
Type:
Bug
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: Qt Creator 5.0.0-rc1
-
Fix Version/s: None
-
Component/s: Project & Build Management: CMake
-
Labels:None
-
Platform/s:
Description
Using qmake if you are looking at a .h file and do Ctl-Alt-b it will build the .cpp file with the same name as the .h file. Using cmake you get: ninja: error: unknown target ..... etc
It would really be nice for qtcreator to work the same way for cmake as it does for qmake in this regard.