Re: QtCreator plugin development
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 ?
Re: QtCreator plugin development
Some links from my bookmarks (maybe you already know them):
Re: QtCreator plugin development
yes i know them already ^^ ... but thanks ...
Re: QtCreator plugin development
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.