Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescmm/gitqlientplugin
GitQlientPlugin provides you a plugin to integrate Git in QtCreator full UI oriented
https://github.com/francescmm/gitqlientplugin
c-plus-plus cpp qt qt5 qt5-gui qtcreator
Last synced: 3 months ago
JSON representation
GitQlientPlugin provides you a plugin to integrate Git in QtCreator full UI oriented
- Host: GitHub
- URL: https://github.com/francescmm/gitqlientplugin
- Owner: francescmm
- License: lgpl-2.1
- Created: 2019-10-07T16:12:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T13:19:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T01:11:49.090Z (4 months ago)
- Topics: c-plus-plus, cpp, qt, qt5, qt5-gui, qtcreator
- Language: C++
- Homepage: https://www.francescmm.com
- Size: 108 KB
- Stars: 43
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitQlientPlugin
GitQlientPlugin is the project to build and integrated a QtCreator plugin of GitQlient## Installing the plugin
You can find the plugin in the [release section](https://github.com/francescmm/GitQlientPlugin/releases). Once you have downloaded the plugin, copy it into the QtCreator folder where Qt is installed (Qt/Tools/QtCreator/lib/qtcreator/plugins) or in the following folders:Linux
``~/.local/share/data/QtProject/qtcreator/plugins/``Windows
``%LOCALAPPDATA%\QtProject\qtcreator\plugins\``OSX
``~/Library/Application Support/QtProject/Qt Creator/plugins/``You need to replace with the QtCreator version (e.g. 4.10.2).
The plugin should be activated by default once you have copied it, so you just will need to reboot QtCreator.