News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Qt Moc Calls

Started by dgoemans, January 21, 2009, 10:02:58 PM

Previous topic - Next topic

dgoemans

Hi,
Firstly, thanks for the brilliant IDE! CodeBlocks is pretty much the only IDE i use in my free time, and there is no other obvious choice. I'd like to contribute and one of the biggest features i find lacking is there doesn't seem to be a way to run moc automatically on a Qt project. I have written a build script ( documented here: http://bushweed.blogspot.com/2008/10/pragma-once.html ) but i would like to incorporate it into the IDE. I was considering just modifying the Qt template to include my script, but my script only generates the new cpp files and doesn't add them to the project. Any suggestions as to the best place to put this code so that i can submit a patch?
Thanks
David Goemans
-= Game Developer, CodeGlue =-

Jenna

You can also use scripts to add files to the project (and of course many more).
See here.

dmoore

Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]