-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsrc-global.pri
More file actions
37 lines (31 loc) · 1 KB
/
src-global.pri
File metadata and controls
37 lines (31 loc) · 1 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
#===============================================================================================================================
HEADERS += \
global/yeglobal.h
SOURCES += \
global/yeglobal.cpp
#===============================================================================================================================
HEADERS += \
global/yefileutils.h \
global/yeproperties.h \
global/yedesktopfile.h \
global/yemime.h \
global/yetoolbar.h \
global/yetoolitem.h \
global/yesplitter.h \
global/yesplitterhandle.h \
global/yetreenode.h \
global/yetreemodel.h \
global/yelineedit.h \
SOURCES += \
global/yefileutils.cpp \
global/yeproperties.cpp \
global/yedesktopfile.cpp \
global/yemime.cpp \
global/yetoolbar.cpp \
global/yetoolitem.cpp \
global/yesplitter.cpp \
global/yesplitterhandle.cpp \
global/yetreenode.cpp \
global/yetreemodel.cpp \
global/yelineedit.cpp \
#===============================================================================================================================