Use qtcreator with makefile project

前端 未结 3 506
感动是毒
感动是毒 2020-12-05 07:15

I have a makefile project. I know that in Eclipse CDT is possible to load makefile project.

Is it possibile to load it in qtcreator?

3条回答
  •  粉色の甜心
    2020-12-05 07:36

    I've noticed that by default Qt creator runs the command 'make all'. You can modify this under the Projects tab.

提交回复
热议问题