User forums > General (but related to Code::Blocks)

Help needed to develop Qt plugin

<< < (2/2)

yop:
OK let  me give you some info on my work with a qt plug in.
Firstly I must say that it is based on a patch I did (pretty sloppy I must admit) to the compiler plugin. I added another option to the build methods under invoke compiler directly, use Makefile I added Use Qmake. When that option was selected I took over the build process, created a custom .pro file and built from that one.
Having the "experience" of patching the compiler plugin, I decided to wrap it up in a plugin.
My thoughts were:
1st phase: Compile qt projects correctly (with .ui files if present, images, resources everything) using every useful feature of codeblocks I could (projects are perfectly organized, gives you a lot of power) and integrate with the rest of the program (should be able to debug change compilers etc. etc.)
2nd phase: Rest of the tools: qtdesigner, translator :)
The whole thing will be something like a full Qt Workbench (well that's what my plugin is named :)). It will be implemented as a compiler plugin as I think this would be a cleaner way to achieve the above. Your way is more transparent and less powerfull but of great usability and can be implemented much faster.
Anyway I think that we could join forces on this one ;)

Navigation

[0] Message Index

[*] Previous page

Go to full version