QtProjectTool Wiki
QtCreator plugin for some command line tools over a Qt (.pro) project.
Status: Beta
Brought to you by:
cmazieri
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
The “qpt” (Qt Project Tool) is a command line utility that aims to extract information
from Qt projects (.pro files) making it easy to use project set of files and settings as
input to other command line tools.
As example other tools can be: Static Analyzers, Code Counters and others.
When "qpt" is used with Static Analyzer tools it also can work as a Qt Creator plugin,
making it easy and fast to change source code inside Qt Creator.
So far it is known to work with the following Static Analyzers:
cppcheck http://cppcheck.sourceforge.net/
krazy http://www.englishbreakfastnetwork.org/krazy
It was written for Qt and uses Qt of course, works with Qt4 or Qt5, see http://qt-project.org
To build:
$ qmake
$ make
Documentation is available in the "doc" directory:
qpt_manual.pdf