summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-02 16:15:15 +0100
committerSimon Rettberg2021-11-02 16:15:15 +0100
commit951b474b204ba26f050b89ebc9ec0689fb74626e (patch)
tree8f761f9f4a5fe52a822df10f7d62ecda771db8b7 /core/modules/qt5core/module.conf
parent[rootfs-stage32] Run addon-init in parallel to ldconfig (diff)
downloadmltk-951b474b204ba26f050b89ebc9ec0689fb74626e.tar.gz
mltk-951b474b204ba26f050b89ebc9ec0689fb74626e.tar.xz
mltk-951b474b204ba26f050b89ebc9ec0689fb74626e.zip
[qt5core] Add gnome 16x16 icons, add qt5ct
qt5ct is required for non-GNOME/KDE desktop environments to properly configre and select an icon theme, and other styling options.
Diffstat (limited to 'core/modules/qt5core/module.conf')
-rw-r--r--core/modules/qt5core/module.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/modules/qt5core/module.conf b/core/modules/qt5core/module.conf
index 15487174..586ca2c6 100644
--- a/core/modules/qt5core/module.conf
+++ b/core/modules/qt5core/module.conf
@@ -3,13 +3,19 @@ REQUIRED_LIBRARIES="
libqjpeg
libqsvg
libqsvgicon
+ libqt5ct
+ libqt5ct-style
libqxcb
"
REQUIRED_DIRECTORIES="
+ /usr/share/icons/gnome/16x16
"
REQUIRED_FILES="
- /usr/share/qt5/translations/qt*_en.qm
+ /etc/X11/Xsession.d/99qt5ct
+ /usr/share/icons/gnome/icon-theme.cache
+ /usr/share/icons/gnome/index.theme
/usr/share/qt5/translations/qt*_de.qm
+ /usr/share/qt5/translations/qt*_en.qm
/usr/share/qt5/translations/qt*_fr.qm
/usr/share/qt5/translations/qt*_zh_CN.qm
"