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.



Запустить CMakemenu item. After that, everything should appear. And you need to add files to CMakeLists.txt manually. - Rikitikitavi