Skip to content

Commit 89a9336

Browse files
authored
Merge pull request #319 from epasveer/317-macos-build-fails-with-not-finding-any-symbols-from-seerutl
317 macos build fails with not finding any symbols from seerutl
2 parents a1a68a4 + cb69ad2 commit 89a9336

File tree

2 files changed

+34
-34
lines changed

2 files 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
@@ -115,7 +132,6 @@ set(HEADER_FILES
115132
SeerThreadManagerWidget.h
116133
SeerGdbLogWidget.h
117134
SeerTildeLogWidget.h
118-
SeerUtl.h
119135
SeerVariableLoggerBrowserWidget.h
120136
SeerVariableManagerWidget.h
121137
SeerVariableTrackerBrowserWidget.h
@@ -132,27 +148,26 @@ set(HEADER_FILES
132148
SeerMessagesDialog.h
133149
SeerAssemblyPreferenceDialog.h
134150
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
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
@@ -216,7 +231,6 @@ set(SOURCE_FILES
216231
SeerThreadManagerWidget.cpp
217232
SeerGdbLogWidget.cpp
218233
SeerTildeLogWidget.cpp
219-
SeerUtl.cpp
220234
SeerVariableLoggerBrowserWidget.cpp
221235
SeerVariableManagerWidget.cpp
222236
SeerVariableTrackerBrowserWidget.cpp
@@ -233,21 +247,7 @@ set(SOURCE_FILES
233247
SeerMessagesDialog.cpp
234248
SeerAssemblyPreferenceDialog.cpp
235249
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
251251
)
252252

253253
if(${QTVERSION} STREQUAL "QT6")
File renamed without changes.

0 commit comments

Comments
 (0)