summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 17:11:47 +0200
committerroot2020-05-19 17:11:47 +0200
commit0123b8615c58f2de3e8b95bdcb2d7dc808ab9196 (patch)
tree599151dee415ab5e57099c101a88eee0bcd41e7b /core/modules/qt5core
parent[rfs-stage31] Don't check for misc kernel module folder (diff)
downloadmltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.gz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.xz
mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.zip
Debian!
Diffstat (limited to 'core/modules/qt5core')
-rw-r--r--core/modules/qt5core/module.conf.debian19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/qt5core/module.conf.debian b/core/modules/qt5core/module.conf.debian
new file mode 100644
index 00000000..56e8cb78
--- /dev/null
+++ b/core/modules/qt5core/module.conf.debian
@@ -0,0 +1,19 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ cmake
+ libqt5gui5
+ libqt5svg5-dev
+ libqt5x11extras5-dev
+ qt5-qmake
+ qtbase5-dev
+ qtbase5-dev-tools
+ qttools5-dev
+ qttools5-dev-tools
+ qttranslations5-l10n
+"
+
+REQUIRED_CONTENT_PACKAGES="
+ libqt5gui5
+ libqt5svg5
+ qttranslations5-l10n
+"