aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/icon-theme.pro
blob: 8978488ce401cdf3d5bd19f022a6787b9942b10d (plain)
1
2
3
4
5
TEMPLATE = subdirs
CONFIG += recursive

SUBDIRS+= material-design-light \
		material-design-dark
bgstack15