File tree Expand file tree Collapse file tree 2 files changed +34
-34
lines changed Expand file tree Collapse file tree 2 files 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
@@ -115,7 +132,6 @@ set(HEADER_FILES
115
132
SeerThreadManagerWidget.h
116
133
SeerGdbLogWidget.h
117
134
SeerTildeLogWidget.h
118
- SeerUtl.h
119
135
SeerVariableLoggerBrowserWidget.h
120
136
SeerVariableManagerWidget.h
121
137
SeerVariableTrackerBrowserWidget.h
@@ -132,27 +148,26 @@ set(HEADER_FILES
132
148
SeerMessagesDialog.h
133
149
SeerAssemblyPreferenceDialog.h
134
150
SeerHistoryLineEdit.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
@@ -216,7 +231,6 @@ set(SOURCE_FILES
216
231
SeerThreadManagerWidget.cpp
217
232
SeerGdbLogWidget.cpp
218
233
SeerTildeLogWidget.cpp
219
- SeerUtl.cpp
220
234
SeerVariableLoggerBrowserWidget.cpp
221
235
SeerVariableManagerWidget.cpp
222
236
SeerVariableTrackerBrowserWidget.cpp
@@ -233,21 +247,7 @@ set(SOURCE_FILES
233
247
SeerMessagesDialog.cpp
234
248
SeerAssemblyPreferenceDialog.cpp
235
249
SeerHistoryLineEdit.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" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments