Skip to content

Commit

Permalink
Don't try to use qtchooser
Browse files Browse the repository at this point in the history
It actually appears to be deprecated and does not support Qt 6.
  • Loading branch information
bjorn committed Oct 2, 2024
1 parent f31b18a commit a5219c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ parts:
craftctl default
craftctl set version="$(git describe | sed 's/v//')"
override-build: |
qtchooser -list-versions
qmake -version
qmake -query
qbs setup-toolchains --detect
Expand All @@ -58,8 +57,6 @@ parts:
parse-info:
- usr/share/metainfo/org.mapeditor.Tiled.appdata.xml
source: .
build-environment:
- QT_SELECT: qt6
build-packages:
- build-essential
- dpkg-dev
Expand All @@ -70,7 +67,6 @@ parts:
- qt6-declarative-dev
- qt6-l10n-tools
- qt6-svg-dev
- qtchooser
- zlib1g-dev
# FIXME: Python plugin compiles and loads, but can't find platform libraries
# - python-dev
Expand Down

0 comments on commit a5219c4

Please sign in to comment.