Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 5.0.0-rc1
-
None
-
-
da0cb254b2 (qt-creator/qt-creator/9.0) da0cb254b2 (qt-creator/qt-creator/master) da0cb254b2 (qt-creator/qt-creator/qds/dev)
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.