summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.build
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.build
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.build')
-rw-r--r--core/modules/qt5core/module.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/qt5core/module.build b/core/modules/qt5core/module.build
index a183dc1f..1cee1f74 100644
--- a/core/modules/qt5core/module.build
+++ b/core/modules/qt5core/module.build
@@ -5,7 +5,9 @@ fetch_source() {
}
build() {
- :
+ if [ -z "$MLTK_INSTALL" ]; then
+ tarcopy "/usr/share/icons/gnome/icon-theme.cache" "${MODULE_BUILD_DIR}/"
+ fi
}
post_copy() {