aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine/README.md
blob: 548581981d31ea7fb4a1d1e1fed5a2739c874ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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
bgstack15