Qt Creator Arduino Project wizard

I'm using the Qt Creator Custom wizards feature to create Arduino Projects based on makefile (Linux).

The makefile is based on this one: http://mjo.tc/atelier/2009/02/arduino-cli.html with some modifications

Has someone tried to use Qt Creator this way?
There are some things i would like to improve, but i'm little stucked, so any collaboration is very welcome.

Files can be dowloaded from here: Qt Creator Arduino project download | SourceForge.net

There is a readme, but if someone needs any help or explanation just ask here or in the project forum.

Best Regards.

Your right in saying the README is limited. What platform are you on?

I'm using Ubuntu 12.04, when I create a Arduino project, I have difficulty uploading my project to my arduino.

no problem using Terminal:

$ cd <path to project>
$ make clean
$ make
$ make upload

using the terminal I can compile and upload my project to the arduino but have not yet found out how to upload via Qt Creator.
btw installing gtkterm is helpful when using 'Serial.println();'.

getting this error:

/usr/share/arduino/Arduino.mk:513: build-cli/depends.mk: No such file or directory