开发者

How to use qt creator for non qt, non cmake project?

I want to use qt creator for modifying a project that just uses makefiles. How i can do it?开发者_开发百科 Right now i can just open project files one by one and there is no auto code completion or other advantages of ide. My main concern is use the ide over ssh actually.

I tried open all folder but it didnt work too.


It is possible to use Qt Creator for a project that uses makefiles, but you will need to configure the project to use Qt Creator. This can be done by going to "File" > "Open File or Project" in Qt Creator and selecting the .pro file for your project. This will open the project in Qt Creator and enable features such as code completion and debugging.

If you are using Qt Creator over SSH, you will need to ensure that the Qt Creator installation is available on the remote machine and that you have the necessary permissions to run it. You will also need to configure the SSH connection settings in Qt Creator to connect to the remote machine. Once this is done, you should be able to open and modify your project as usual.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜