Skip to content

Commit

Permalink
Update package names for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Jan 8, 2025
1 parent 0b1d61a commit 05ff262
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/install_qt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ set -x

if [[ "$QT_VERSION" = 6 ]]; then
QT_PACKAGES=(\
libqt6core6 \
libqt6network6 \
libqt6sql6 \
libqt6core6t64 \
libqt6network6t64 \
libqt6sql6t64 \
libqt6sql6-mysql \
libqt6sql6-psql \
libqt6sql6-sqlite \
libqt6xml6 \
libqt6dbus6 \
libqt6xml6t64 \
libqt6dbus6t64 \
)
elif [[ "$QT_VERSION" = 5 ]]; then
QT_PACKAGES=(\
libqt5core5a \
libqt5network5 \
libqt5sql5 \
libqt5core5t64 \
libqt5network5t64 \
libqt5sql5t64 \
libqt5sql5-mysql \
libqt5sql5-psql \
libqt5sql5-sqlite \
libqt5xml5 \
libqt5dbus5 \
libqt5xml5t64 \
libqt5dbus5t64 \
)
else
1>&2 echo "Error, unknown Qt version: '$QT_VERSION'"
Expand Down

0 comments on commit 05ff262

Please sign in to comment.