summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.conf.debian
blob: 56e8cb785656107edf36f107d4cf7b306c12c760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
"