Skip to content

Commit 2a921d0

Browse files
committed
Rearrange source files.
1 parent 9cb84ce commit 2a921d0

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

src/CMakeLists.txt

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,23 @@ endif()
5151

5252
set(HEADER_FILES
5353
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
5471
SeerArgumentsDialog.h
5572
SeerBreakpointCreateDialog.h
5673
SeerMessagesBrowserWidget.h
@@ -131,28 +148,26 @@ set(HEADER_FILES
131148
SeerMessagesDialog.h
132149
SeerAssemblyPreferenceDialog.h
133150
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
151151
)
152152

153153
set(SOURCE_FILES
154-
seergdb.cpp
155154
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
156171
SeerArgumentsDialog.cpp
157172
SeerBreakpointCreateDialog.cpp
158173
SeerMessagesBrowserWidget.cpp
@@ -232,22 +247,7 @@ set(SOURCE_FILES
232247
SeerMessagesDialog.cpp
233248
SeerAssemblyPreferenceDialog.cpp
234249
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
251251
)
252252

253253
if(${QTVERSION} STREQUAL "QT6")

0 commit comments

Comments
 (0)