Guys, I just started programming in C ++. I just want to try it with Qt, but I don’t know how to use it together with my favorite Codeblocks, tell me how?
- oneReligion does not allow to put Nokia Qt SDK ? - northerner
|
1 answer
I also recommend using QtCreator, it works fine and is sharpened by Qt. But if you really want to use a different environment, then first you need to register the following sequence of actions as build steps: qmake make
And the bad news is that the project file * .pro will have to be edited manually. See qmake format and commands.
|