This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqt-system-monitor.pro
62 lines (60 loc) · 1.59 KB
/
qt-system-monitor.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
######################################################################
# Automatically generated by qmake (2.01a) ?? 7? 6 11:04:05 2023
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += ButtonTest.h \
cpuinfo.h \
cpuwindow.h \
envinfo.h \
envwindow.h \
fileinfo.h \
filewindow.h \
LedTest.h \
mainwindow.h \
memoryinfo.h \
memorywindow.h \
networkinfo.h \
networkwindow.h \
processinfo.h \
processwindow.h \
PWMTest.h \
sysinfowindow.h \
systeminfo.h \
test.h \
testwindow.h
FORMS += cpuwindow.ui \
envwindow.ui \
filewindow.ui \
mainwindow.ui \
memorywindow.ui \
networkwindow.ui \
processwindow.ui \
sysinfowindow.ui \
test.ui \
testwindow.ui
SOURCES += ButtonTest.cpp \
cpuinfo.cpp \
cpuwindow.cpp \
envinfo.cpp \
envwindow.cpp \
fileinfo.cpp \
filewindow.cpp \
LedTest.cpp \
main.cpp \
mainwindow.cpp \
memoryinfo.cpp \
memorywindow.cpp \
networkinfo.cpp \
networkwindow.cpp \
processinfo.cpp \
processwindow.cpp \
PWMTest.cpp \
sysinfowindow.cpp \
systeminfo.cpp \
test.cpp \
testwindow.cpp
RESOURCES += resources.qrc