-
Notifications
You must be signed in to change notification settings - Fork 0
/
forest.pro
58 lines (43 loc) · 1.14 KB
/
forest.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
TEMPLATE = subdirs
SUBDIRS = \
library \
forest \
desktop \
forest-logout \
panel \
services \
session \
settings \
system
forest.depends = library
desktop.depends = library
panel.depends = library
settings.depends = library
system.depends = library
include(shared-variables.pri)
INCLUDEPATH += common
#---config files---------
forestConfig.files=etc/forest/*
forestConfig.path=/etc/forest/
sessionConfig.files=etc/xdg/lxsession/forest/*
sessionConfig.path=/etc/xdg/lxsession/forest/
#---DATA files---------------
sessionData.files=usr/share/xsessions/*
sessionData.path=/usr/share/xsessions/
applicationsData.files=usr/share/applications/*
applicationsData.path=/usr/share/applications/
forestData.files=usr/share/forest/*
forestData.path=/usr/share/forest
wallpapersData.files=usr/share/wallpapers/forest/*
wallpapersData.path=/usr/share/wallpapers/forest
themesData.files=usr/share/themes/*
themesData.path=/usr/share/themes
INSTALLS += sessionData \
forestData\
wallpapersData\
themesData\
applicationsData\
forestConfig\
sessionConfig\
OTHER_FILES += \
docs/*