Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.0.0-beta1
Description
Steps to reproduce:
- open an existing cmake project (without .user files or an existing build dir)
- select a kit, configure
- QC switches to Edit view
- Navigator does show only the project node, without any files below
- you have to trigger the context menu on this node and invoke 'Run Cmake'
Not sure if this is intentional or not, but to me it feels like a bug. Former version of QC led you through the wizard (where cmake was called) which is gone now.
I'd say if the kit has a cmake configured it should execute cmake (at least) on the configured kit that will be the current active.