-
Notifications
You must be signed in to change notification settings - Fork 2
Qt Creator release using GitHub Actions #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'll reopen it to give it a try in GitQlientPlugin if I find time. |
Here's a build script you may find useful if you ever find the time. Thank you! your extension is super useful btw! Is there build instructions somewhere? https://github.com/cristianadam/qtcreator-doxygen/blob/master/.github/workflows/build_qmake.yml (see https://www.qt.io/blog/building-qt-creator-plugins-with-github-actions) |
Perhaps have a look at my plugin as well: https://github.com/CJCombrink/SpellChecker-Plugin |
Hi @CJCombrink, So far the problem with GitQlientPlugin is the lack of support in QtCreator for QWebEngine. I need to figure out a way to opt out from that to make the plugin. Thanks for the suggestion anyway! |
Have a look at https://www.qt.io/blog/building-qt-creator-plugins-with-github-actions where I described how you can use GitHub Actions to build a Qt Creator plugin for Linux, mac, and Windows.
The text was updated successfully, but these errors were encountered: