diff options
author | crupest <crupest@outlook.com> | 2023-10-17 22:27:14 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-17 22:27:14 +0800 |
commit | cb0e3a0fb536284bdf366b0bdca2f8f0bfdcf6d1 (patch) | |
tree | cfbbe30880b06336e4a7d7e221a60d78a539bda3 /works/teapot/debian/control | |
parent | 8aa652f77ad921c64f9e6a7bfc4a51f3e6f2727d (diff) | |
download | crupest-cb0e3a0fb536284bdf366b0bdca2f8f0bfdcf6d1.tar.gz crupest-cb0e3a0fb536284bdf366b0bdca2f8f0bfdcf6d1.tar.bz2 crupest-cb0e3a0fb536284bdf366b0bdca2f8f0bfdcf6d1.zip |
import(teapot): Fix deps of deb: add qt qpa. And update README.
I really can't understand why qt dependencies on Ubuntu is such a mess.
Diffstat (limited to 'works/teapot/debian/control')
-rw-r--r-- | works/teapot/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/works/teapot/debian/control b/works/teapot/debian/control index 20aad59..74aab7c 100644 --- a/works/teapot/debian/control +++ b/works/teapot/debian/control @@ -5,4 +5,4 @@ Priority: optional Architecture: all Maintainer: crupest <crupest@outlook.com> Description: This is a test application for packaging -Depends: libqt63dquick6,qml6-module-qtqml,qml6-module-qtqml-workerscript,qml6-module-qtquick,qml6-module-qtquick-templates,qml6-module-qtquick-controls,qml6-module-quick3d +Depends: qt6-qpa-plugins,libqt63dquick6,qml6-module-qtqml,qml6-module-qtqml-workerscript,qml6-module-qtquick,qml6-module-qtquick-templates,qml6-module-qtquick-controls,qml6-module-quick3d |