aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/README.md
blob: d46797b1a336e49c36160f0408bee98d8b0581f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Lumina Theme Engine
                                                                                                                                                                                                                                                                               
This is a theme engine for the Lumina Desktop
                                                                                                                                                                                                                                                                               
### Dependencies                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                               
1. Qt 5.4+
  - qtbase >= 5.4.0
  - qtsvg >= 5.4.0
  - qttools >= 5.4.0

2. Lumina Desktop

Environment Variable QT_QPA_PLATFORMTHEME=lthemeengine needs to be set
bgstack15