Skip to content

Commit

Permalink
Debug: list available versions first
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Oct 1, 2024
1 parent 42efe6c commit f31b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ parts:
craftctl default
craftctl set version="$(git describe | sed 's/v//')"
override-build: |
qtchooser -list-versions
qmake -version
qmake -query
qtchooser -list-versions
qbs setup-toolchains --detect
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
Expand Down

0 comments on commit f31b18a

Please sign in to comment.