Description
A plugin for the Code::Blocks IDE that builds Qt projects using qmake to generate Makefiles and Code::Blocks support for Makefiles to build the project.
The plugin will prepare Makefiles that are compatible with the CodeBlocks build system so all the typical Code::Blocks features are available:
- Building using the Code::Blocks build commands
- Debugging
- Automatically moving to the offending line during build errors
Following the instructions on plugin usage in the wiki you will get an easy way of building and managing your Qt projects using the excellent Code::Blocks IDE.
This plugin is still in alpha release so expect things that do not quite work for you. Please report any issues you may have while using it. Your feedback is really appreciated.
Changes
0.6.0
- Advanced view of qmake properties
- No menu entries. The plugin related dialog is under the project properties
- Automatic invocation of qmake for projects that are using the plugin ("Run QMake" is gone)
0.5.1
- Handling of qmake operators.
- Automake linux build.
0.5.0
- .pro parser replacement.
- Removed the separate "QtWorkbench" menu entry.
- Gui clean up.
- Configuration dialog.
