Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

CoatiSoftware/qtc-sourcetrail

Repository files navigation

Linux and Mac Builds: Build Status

Windows Builds: Build status

qtc-sourcetrail

Qt Creator Plugin for communication with Sourcetrail

Supported Qt Creator Versions:

  • Qt Creator 4.12.x
  • Qt Creator 4.11.x
  • Qt Creator 4.10.x
  • Qt Creator 4.9.x
  • Qt Creator 4.8.x
  • Qt Creator 4.7.x
  • Qt Creator 4.6.x
  • Qt Creator 4.5.x

Install

Download the libary from Releases and put it into the qtcreator plugins folder. It is in $PrefixPath/../lib/qtcreator/plugins (for example c:\Qt\qtcreator-4.12.0\lib\qtcreator\plugins). To find out where the Qt Creator installation folder is located please check Help -> System Information... -> PrefixPath

Settings

Sourcetrail Settings

In the menu Tools -> Options ... -> Sourcetrail

Keyboard

In the menu Tools -> Options ... -> Environment -> Keyboard and use the filter to find the Sourcetrail Actions

Building the Plugin

Run the build.sh script (curl and 7z needed to run) or look into it to see what is needed to build the plugin.

Creating a new Release

Commit your changes, bump the version number and create a new tag. The CI pipelines will create all the builds and upload them to the new release here on GitHub.