-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrc-appui.pri
More file actions
28 lines (25 loc) · 811 Bytes
/
Copy pathsrc-appui.pri
File metadata and controls
28 lines (25 loc) · 811 Bytes
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
#===============================================================================================================================
HEADERS += \
appui/yeapplication.h \
appui/yemainwindow.h \
appui/yefilepane.h \
appui/yeusertabmodel.h \
appui/yeuserbmkmodel.h \
appui/yestatusbar.h \
appui/yeinfopad.h \
appui/yesidesysview.h \
appui/yesidecmdmodel.h \
appui/yehistorymodel.h
SOURCES += \
appui/yemain.cpp \
appui/yeapplication.cpp \
appui/yemainwindow.cpp \
appui/yefilepane.cpp \
appui/yeusertabmodel.cpp \
appui/yeuserbmkmodel.cpp \
appui/yestatusbar.cpp \
appui/yeinfopad.cpp \
appui/yesidesysview.cpp \
appui/yesidecmdmodel.cpp \
appui/yehistorymodel.cpp
#===============================================================================================================================