[Qt-creator] .pro files parser Interface

Konstantin Tokarev annulen at yandex.ru
Wed Dec 12 13:23:18 CET 2012



12.12.2012, 14:23, "Jeandet alexis" <alexis.jeandet at lpp.polytechnique.fr>:
> Hello,
>
> I would like to write a Qt-creator plugin for flashing some
> microcontrollers(such as CortexM family or Leon3) because I also use
> Qt-creator as standalone IDE without Qt library. I've read this good
> introduction
> http://www.vcreatelogic.com/downloads/files/Writing-Qt-Creator-Plugins.pdf
> and I'm able to run a simple plugin.
> But in my case I would like to access pro/pri files from my plugin, I've
> looked inside Qt-creator source and specially inside Qt4ProjectManager
> plugin, I've found some informations in Qt4ProFileNode class and
> Qt4Project::update*Model.

It would be great if your plugin was NOT bound to Qt4ProjectManager by design.
This may require adding new APIs to ProjectExplorer, depending on data you'd
like to access.

-- 
Regards,
Konstantin



More information about the Qt-creator mailing list