Skip to content

Commit

Permalink
update to qtcreator with working qbs
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Aug 11, 2023
1 parent 2975364 commit 9cfaf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yml
Expand Up @@ -20,15 +20,15 @@ jobs:
qtcreator: [
{version: "10.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v10.0.1-snapshot-2023-04-02/qtcreator-linux-x64-4589869247.7z"},
{version: "11.0.1", url: "https://github.com/qt-creator/qt-creator/releases/download/v11.0.1/qtcreator-linux-x64-11.0.1.7z"},
{version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched/qtcreator-linux-x64-5770500624.7z"}
{version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched-qmljs/qtcreator-linux-x64-5827525735.7z"}
]

include:
- distro: lunar
clang: {major: 16, source: 'apt'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.2'
qtcreator: {version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched/qtcreator-linux-x64-5770500624.7z"}
qtcreator: {version: "11.0.1-patched", url: "https://github.com/hicknhack-software/Qt-Creator/releases/download/v11.0.1-patched-qmljs/qtcreator-linux-x64-5827525735.7z"}
clang_tags: |
arbmind/qtcreator-clang:latest
ghcr.io/arbmind/qtcreator-clang:latest
Expand Down

0 comments on commit 9cfaf1f

Please sign in to comment.