summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.conf.debian
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/qt5core/module.conf.debian')
-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
+"