Skip to content

Commit

Permalink
Upgrade to QT 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Oct 24, 2024
1 parent fb137d4 commit b9318db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.snap
*.snap
.vscode
7 changes: 3 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parts:
- "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
- "-DENABLE_LTO=ON"
- "-DLauncher_BUILD_PLATFORM=snap"
- "-DLauncher_QT_VERSION_MAJOR='5'"
- "-DLauncher_QT_VERSION_MAJOR='6'"
override-pull: |
craftctl default
# Fix the icon reference in the desktop file
Expand All @@ -44,8 +44,7 @@ parts:
- libgl1-mesa-dev
- extra-cmake-modules
build-snaps:
- kf5-5-106-qt-5-15-9-core22
- kf5-5-106-qt-5-15-9-core22-sdk
- kde-qt6-core22-sdk
stage-packages:
- openjdk-21-jre
- openjdk-17-jre
Expand All @@ -57,7 +56,7 @@ apps:
desktop: usr/share/applications/org.prismlauncher.PrismLauncher.desktop
command: usr/bin/prismlauncher
extensions:
- kde-neon
- kde-neon-6
environment:
PRISMLAUNCHER_DATA_DIR: "$SNAP_USER_COMMON/PrismLauncher"
plugs:
Expand Down

0 comments on commit b9318db

Please sign in to comment.