Skip to content

Commit

Permalink
Try to explicitly set up Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Oct 2, 2024
1 parent a5219c4 commit cd93c25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ parts:
craftctl default
craftctl set version="$(git describe | sed 's/v//')"
override-build: |
qmake -version
qmake -query
qmake6 -version
qmake6 -query
qbs setup-toolchains --detect
qbs setup-qt /usr/bin/qmake6 qt6
qbs config defaultProfile qt6
qbs build --jobs "${CRAFT_PARALLEL_BUILD_COUNT}" --command-echo-mode command-line config:release qbs.installPrefix:"/usr" projects.Tiled.version:$(craftctl get version) projects.Tiled.useRPaths:false
qbs install --install-root "${CRAFT_PART_INSTALL}" config:release
parse-info:
Expand Down

0 comments on commit cd93c25

Please sign in to comment.