Skip to content

Commit

Permalink
Add qt6-qpa-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey authored Jan 27, 2024
1 parent c73cdbb commit 5a7e48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REQUIRED_DEPS := libusb libasound libmbedtls libturbojpeg libcec
# get qt version and set qt deps depending on version
QT6_PACKAGE_VERSION := $(shell dpkg-query -W -f '$${Version}' libqt6widgets6 2>/dev/null || echo 0)
ifeq (ok,$(shell dpkg --compare-versions $(QT6_PACKAGE_VERSION) ge 6.0 && echo ok))
QT_DEPS := libqt6network6,libqt6widgets6,libqt6sql6,libqt6serialport6,libqt6sql6-sqlite,
QT_DEPS := qt6-qpa-plugins,libqt6network6,libqt6widgets6,libqt6sql6,libqt6serialport6,libqt6sql6-sqlite,
else
QT_DEPS := libqt5network5,libqt5widgets5,libqt5x11extras5,libqt5sql5,libqt5serialport5,libqt5sql5-sqlite,
endif
Expand Down

0 comments on commit 5a7e48e

Please sign in to comment.