Skip to content

jpillon/Qonar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qonar

Sonar plugin for QtCreator

This plugin connects QtCreator with a SonarQube server. It is widely inspired by the TODO plugin.

build

To build this plugin (like every QtCreator plugin) you need to have QtCreator source tree and build tree available.

mkdir Qonar-build
cd Qonar-build
export QTC_SOURCE=PATH_TO_QtCreator_SOURCES
export QTC_BUILD=PATH_TO_QtCreator_BUILD_DIR
qmake -r PATH/TO/SOURCES/qonar.pro
make

While building, it automatically installs itself in the user directory for QtCreator to find it :

$HOME/.local/share/data/QtProject/qtcreator/plugins/QTC_VERSION/

Do not forget to activate the plugin in QtCreator :

Help => About Plugins => Check the plugin

TODO

* Add authentication. => Implemented, but not tested yet. 
* Page management (Sonar limits to 500 issues max)
* Add in app resolution (false positive etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published