-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrc-actionmgr.pri
More file actions
24 lines (19 loc) · 850 Bytes
/
Copy pathsrc-actionmgr.pri
File metadata and controls
24 lines (19 loc) · 850 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
#===============================================================================================================================
HEADERS += \
actionmgr/yeactionmgr.h \
actionmgr/yedefaultactions.h \
actionmgr/yecustomactions.h \
actionmgr/yemimeactions.h \
actionmgr/yecustomactionsdlg.h \
actionmgr/yecustomactiondefines.h
SOURCES += \
actionmgr/yeactionmgr.cpp \
actionmgr/yedefaultactions.cpp \
actionmgr/yecustomactions.cpp \
actionmgr/yemimeactions.cpp \
actionmgr/yecustomactionsdlg.cpp \
actionmgr/yecustomactiondefines.cpp
#===============================================================================================================================
FORMS += \
actionmgr/yecustomactionsdlg.ui
#===============================================================================================================================