Home qt How to use together QT & amp; Code :: Blocks?

How to use together QT & amp; Code :: Blocks?

Author

Date

Category

Guys, I just started programming in C++. I want to try it with Qt, but I don’t know how to use it with my favorite Codeblocks, tell me how?


Answer 1, authority 100%

I also recommend using QtCreator, it works great and is tailored for Qt. But if you really want to use a different environment, then for a start it is enough to register the following sequence of actions as build steps:
qmake
make

And the bad news is that the * .pro project file will have to be edited manually. See the description of qmake format and commands

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions