PDA

View Full Version : QtCreator plugin development



c0d3x
8th December 2011, 12:50
I want to develop a plugin for Embedded development on AVR µC's.
I already have a new Projectwizard.
Now i want to set a toolchain (avr-gdb, avrdude) for this project, but i don't know how to do that.
The plugins in qtcreator src contains no documentation, and the understanding of code without comments is difficult.

so my question is, is there any documantation for the API ?

Oleg
8th December 2011, 13:16
Some links from my bookmarks (maybe you already know them):

Extending Qt Creator Manual (http://doc.qt.nokia.com/qtcreator-extending/index.html)
Docs from git (http://qt.gitorious.org/qt-creator/qt-creator/trees/master/doc/api)
Writing Qt Creator Plugins (http://www.vcreatelogic.com/downloads/?file=Writing-Qt-Creator-Plugins&type=pdf)

c0d3x
8th December 2011, 13:32
yes i know them already ^^ ... but thanks ...

laran
12th January 2012, 19:30
What is the status on your work?

I have managed to setup a project from scratch using qmake to generate my Make file. However, starting the debugging is a hassle since each time I connect to avarice a dialog pops up where all connection information needs to be filled out.