summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-02 16:24:44 +0100
committerSimon Rettberg2021-11-02 16:24:44 +0100
commitbc95ca234881bceb9c577099dbf0b5059dc3169a (patch)
tree920fca4a4cd618e24846d3ed8162d1bab821ba9f /core/modules/qt5core
parent[pulseaudio/qt5core] Switch to pavucontrol-qt (diff)
downloadmltk-bc95ca234881bceb9c577099dbf0b5059dc3169a.tar.gz
mltk-bc95ca234881bceb9c577099dbf0b5059dc3169a.tar.xz
mltk-bc95ca234881bceb9c577099dbf0b5059dc3169a.zip
[qt5core] Fix package list for ubuntu
Diffstat (limited to 'core/modules/qt5core')
-rw-r--r--core/modules/qt5core/module.conf.ubuntu5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/modules/qt5core/module.conf.ubuntu b/core/modules/qt5core/module.conf.ubuntu
index c9fa1aab..bb7d16a8 100644
--- a/core/modules/qt5core/module.conf.ubuntu
+++ b/core/modules/qt5core/module.conf.ubuntu
@@ -1,8 +1,6 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cmake
- gnome-icon-theme
- libqt5gui5
libqt5svg5-dev
libqt5x11extras5-dev
qt5-qmake
@@ -10,11 +8,12 @@ REQUIRED_INSTALLED_PACKAGES="
qtbase5-dev-tools
qttools5-dev
qttools5-dev-tools
- qttranslations5-l10n
"
REQUIRED_CONTENT_PACKAGES="
+ gnome-icon-theme
libqt5gui5
libqt5svg5
+ qt5ct
qttranslations5-l10n
"