Using Cmake with Qt Creator

前端 未结 5 975
余生分开走
余生分开走 2020-12-15 18:19

I would like to use Qt creator and Cmake together (please, don\'t ask me about my motivation, accept this as a given.)

I successfully set u

5条回答
  •  失恋的感觉
    2020-12-15 18:26

    I solve this problem that I added new files in standard way (CTRL+N), then added needed files in CMakeLists. After that, right click on project in project tree view and choose option Run CMake. After this, files showed in project list tree. Only build was not enough.

提交回复
热议问题