Installed Qt 5.9.2 with Qt Creator 4.4.1 create a project "Project without Qt" -> "Application in C ++" -> ... -> Build System: CMake

After Qt loads everything in the project folder, only CMakeList.txt displayed (there is also main.cpp and CMakeList.txt.user in the folder itself) files cannot be added, the project cannot be started either, the build console is empty.

Tell me how to fix it.

Project context menu Launch pad CMake Qt macOS Project

  • Click on the Запустить CMake menu item. After that, everything should appear. And you need to add files to CMakeLists.txt manually. - Rikitikitavi
  • @Anton, unfortunately it does not help, nothing happens by clicking on "Run CMake" - shotInLeg

0