aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/lumina-theme-engine.pro
blob: d91091d3a7337a4066c03b66f12ebc827c4f27cd (plain)
1
2
3
4
5
6
7
8
9
10
11
include(../../OS-detect.pri)

TEMPLATE = subdirs
SUBDIRS += src/lthemeengine-qtplugin \
		src/lthemeengine-style \
		src/lthemeengine

colors.files = colors/*.conf
colors.path = $${L_SHAREDIR}/lthemeengine/colors

INSTALLS += colors
bgstack15