QtProjectTool Code
QtCreator plugin for some command line tools over a Qt (.pro) project.
Status: Beta
Brought to you by:
cmazieri
| File | Date | Author | Commit |
|---|---|---|---|
| CVS | 2013-03-17 | cmazieri | [r2] Initial commit |
| branches | 2013-02-23 | allura | [r1] Initial commit |
| doc | 2013-03-17 | cmazieri | [r2] Initial commit |
| src | 2013-03-17 | cmazieri | [r2] Initial commit |
| tags | 2013-02-23 | allura | [r1] Initial commit |
| trunk | 2013-02-23 | allura | [r1] Initial commit |
| LICENSE | 2013-03-17 | cmazieri | [r2] Initial commit |
| README | 2013-03-17 | cmazieri | [r2] Initial commit |
| exclude.tar | 2013-03-17 | cmazieri | [r2] Initial commit |
| mktgz.sh | 2013-03-17 | cmazieri | [r2] Initial commit |
| qprojtool.pro | 2013-03-17 | cmazieri | [r2] Initial commit |
| version.txt | 2013-03-17 | cmazieri | [r2] Initial commit |
By Carlos J. Mazieri
carlos.mazieri@gmail.com
March 2013
The Qt Project Tool (qpt)
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