-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqCloudManager.pro
48 lines (43 loc) · 1.13 KB
/
qCloudManager.pro
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
# Progetto di programmazione a oggetti (2019)
# Developed by Mariano Sciacco
# qCloud Manager
QT += widgets
TEMPLATE = app
CONFIG += c++11
SOURCES += main.cpp \
model/model.cpp \
model/core/server.cpp \
model/core/vps.cpp \
model/core/hosting.cpp \
model/core/dedicated.cpp \
model/core/node.cpp \
model/xmlio.cpp \
view/mainwindow.cpp \
view/splashwindow.cpp \
model/qtablenodesadapter.cpp \
model/qtableserveradapter.cpp \
view/serverview.cpp \
view/extra/qlabeltime.cpp \
model/qfiltersearchserver.cpp \
view/extra/qchungusbar.cpp
HEADERS += \
model/template/plist.hpp \
model/template/deepptr.hpp \
model/model.h \
model/core/server.h \
model/core/vps.h \
model/core/hosting.h \
model/core/dedicated.h \
model/core/node.h \
model/xmlio.h \
view/mainwindow.h \
view/splashwindow.h \
model/qtablenodesadapter.h \
model/qtableserveradapter.h \
view/serverview.h \
view/extra/qlabeltime.h \
model/qfiltersearchserver.h \
model/template/statictypebuilder.hpp \
view/extra/qchungusbar.h
RESOURCES = \
resources.qrc