This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change will update the sourcetrail plugin for QtCreator 4.15.
Since QtCreator is using cmake as build system, this build is also updated to cmake build.
Also it uses github action instead of appveyor and travis.
All this solution are taken from the QtCreator "it self" See https://doc.qt.io/qtcreator-extending/first-plugin.html
This PR is yet only a draft/proposal, because I only test it yet for QtCreator 4.15.
It might be also working for 4.14 but I didn't test it yet because for 4.13 and 4.14 there is another PR #25
But I'm really sure it will not build for 4.12.
I'm not sure yet what the "strategy" is for older plugins. At first I only implemented the simplest solution.
Also MacOS build must be fixed.