-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSenseShell.pro
More file actions
28 lines (27 loc) · 966 Bytes
/
Copy pathSenseShell.pro
File metadata and controls
28 lines (27 loc) · 966 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
######################################################################
# Automatically generated by qmake (2.01a) Wed Jan 24 03:57:00 2018
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += . Business Data GUI Status utils
INCLUDEPATH += . Business Status Data GUI
QT += network
# Input
HEADERS += Business/ssAdvisor.h \
Business/ssBusinessManager.h \
Business/ssInterpreter.h \
Data/ssDataManager.h \
GUI/SenseForm.h \
GUI/ssGUIManager.h \
GUI/textedit.h \
Status/ssStatusTable.h \
Business/utils.h
SOURCES += Business/ssAdvisor.cpp \
Business/ssBusinessManager.cpp \
Business/ssInterpreter.cpp \
Data/ssDataManager.cpp \
GUI/SenseForm.cpp \
GUI/ssGUIManager.cpp \
GUI/textedit.cpp \
Status/main.cpp \
Status/ssStatusTable.cpp \