summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.conf.ubuntu
blob: c9fa1aabe46071cfefd73d1fb91a9e63a53ee576 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	cmake
	gnome-icon-theme
	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
"