File tree Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,23 @@ endif()
51
51
52
52
set (HEADER_FILES
53
53
GdbMonitor.h
54
+ QProcessInfo.h
55
+ QProcessInfoWidget.h
56
+ QProgressIndicator.h
57
+ QColorButton.h
58
+ QColorSwatch.h
59
+ QDetachTabWidget.h
60
+ QZoomChartView.h
61
+ QZoomChart.h
62
+ QClearLineEdit.h
63
+ QIndexTreeWidget.h
64
+ QStringPair.h
65
+ QHistoryLineEdit.h
66
+ QEditDelegate.h
67
+ QHContainerWidget.h
68
+ QImageViewer.h
69
+ QAnsiTextEdit.h
70
+ SeerUtl.h
54
71
SeerArgumentsDialog.h
55
72
SeerBreakpointCreateDialog.h
56
73
SeerMessagesBrowserWidget.h
@@ -131,28 +148,26 @@ set(HEADER_FILES
131
148
SeerMessagesDialog.h
132
149
SeerAssemblyPreferenceDialog.h
133
150
SeerHistoryLineEdit.h
134
- SeerUtl.h
135
- QProcessInfo.h
136
- QProcessInfoWidget.h
137
- QProgressIndicator.h
138
- QColorButton.h
139
- QColorSwatch.h
140
- QDetachTabWidget.h
141
- QZoomChartView.h
142
- QZoomChart.h
143
- QClearLineEdit.h
144
- QIndexTreeWidget.h
145
- QStringPair.h
146
- QHistoryLineEdit.h
147
- QEditDelegate.h
148
- QHContainerWidget.h
149
- QImageViewer.h
150
- QAnsiTextEdit.h
151
151
)
152
152
153
153
set (SOURCE_FILES
154
- seergdb.cpp
155
154
GdbMonitor.cpp
155
+ QProcessInfo.cpp
156
+ QProcessInfoWidget.cpp
157
+ QProgressIndicator.cpp
158
+ QColorButton.cpp
159
+ QColorSwatch.cpp
160
+ QDetachTabWidget.cpp
161
+ QZoomChartView.cpp
162
+ QZoomChart.cpp
163
+ QClearLineEdit.cpp
164
+ QIndexTreeWidget.cpp
165
+ QHistoryLineEdit.cpp
166
+ QEditDelegate.cpp
167
+ QHContainerWidget.cpp
168
+ QImageViewer.cpp
169
+ QAnsiTextEdit.cpp
170
+ SeerUtl.cpp
156
171
SeerArgumentsDialog.cpp
157
172
SeerBreakpointCreateDialog.cpp
158
173
SeerMessagesBrowserWidget.cpp
@@ -232,22 +247,7 @@ set(SOURCE_FILES
232
247
SeerMessagesDialog.cpp
233
248
SeerAssemblyPreferenceDialog.cpp
234
249
SeerHistoryLineEdit.cpp
235
- SeerUtl.cpp
236
- QProcessInfo.cpp
237
- QProcessInfoWidget.cpp
238
- QProgressIndicator.cpp
239
- QColorButton.cpp
240
- QColorSwatch.cpp
241
- QDetachTabWidget.cpp
242
- QZoomChartView.cpp
243
- QZoomChart.cpp
244
- QClearLineEdit.cpp
245
- QIndexTreeWidget.cpp
246
- QHistoryLineEdit.cpp
247
- QEditDelegate.cpp
248
- QHContainerWidget.cpp
249
- QImageViewer.cpp
250
- QAnsiTextEdit.cpp
250
+ seergdb.cpp
251
251
)
252
252
253
253
if (${QTVERSION} STREQUAL "QT6" )
You can’t perform that action at this time.
0 commit comments