-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrc-app.pri
More file actions
49 lines (40 loc) · 1.23 KB
/
Copy pathsrc-app.pri
File metadata and controls
49 lines (40 loc) · 1.23 KB
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
#===============================================================================================================================
HEADERS += \
app/yeapp.h \
app/yeappcfg.h \
app/yedbus.h \
app/yeiconcache.h \
app/yeiconloader.h \
app/yeicontheme.h \
app/yestyle.h \
app/yeshortcuts.h \
app/yesessiondata.h
SOURCES += \
app/yeapp.cpp \
app/yeappcfg.cpp \
app/yedbus.cpp \
app/yeiconcache.cpp \
app/yeiconloader.cpp \
app/yeicontheme.cpp \
app/yestyle.cpp \
app/yeshortcuts.cpp \
app/yesessiondata.cpp
#===============================================================================================================================
HEADERS += \
app/yepathbutton.h \
app/yepathwidget.h \
app/yeuserview.h
SOURCES += \
app/yepathbutton.cpp \
app/yepathwidget.cpp \
app/yeuserview.cpp
#===============================================================================================================================
HEADERS += \
app/yeappdelegate.h \
app/yefswidgetdelegate.h \
app/yefilepanedelegate.h
SOURCES += \
app/yeappdelegate.cpp \
app/yefswidgetdelegate.cpp \
app/yefilepanedelegate.cpp
#===============================================================================================================================