How to run Qt in Code Blocks?
-
how can i enable qt in code blocks?
-
Hi
You need to setup path to the compiler etc
http://www.kerrywong.com/2008/07/12/codeblocks-settings-for-qt-development/If you mean with python, i have no idea.
-
Hi
You need to setup path to the compiler etc
http://www.kerrywong.com/2008/07/12/codeblocks-settings-for-qt-development/If you mean with python, i have no idea.
@mrjj Thank you my friend!
please check my new post
https://forum.qt.io/topic/75367/how-to-write-this-correctly-update-query-in-pyqt-string-and-int
-
Hi
You need to setup path to the compiler etc
http://www.kerrywong.com/2008/07/12/codeblocks-settings-for-qt-development/If you mean with python, i have no idea.
@mrjj c++
-
@mrjj c++
@Gelo
What u mean ? -
@mrjj i mean is QT sdk available?
-
@mrjj i mean is QT sdk available?
@Gelo
Yes it is available for many compilers.
But code Blocks is an editor so what compiler do u plan to use with it ?
Qt is a frame work. There is no compiler included.Why dont you use use Creator ?
Its a super editor. -
@Gelo
Yes it is available for many compilers.
But code Blocks is an editor so what compiler do u plan to use with it ?
Qt is a frame work. There is no compiler included.Why dont you use use Creator ?
Its a super editor.If you are planning on starting Qt with c++
then i can suggest the mingw Qt packet .
Its comes with compiler and all.