Skip to content

Commit a93cb99

Browse files
committed
Skip linking libgc for qtclients
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a0901bc commit a93cb99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

OMEdit/OMEditGUI/OMEdit.config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QMAKE_CC = @CC@
77
QMAKE_CXX = @CXX@
88
QMAKE_LINK = @CXX@
99

10-
LIBS += -L ../../build/lib/omc -lOMPlot -lomqwt @CORBALIBS@ -lgc @RPATH_QMAKE@
10+
LIBS += -L ../../build/lib/omc -lOMPlot -lomqwt @CORBALIBS@ @RPATH_QMAKE@
1111
INCLUDEPATH += ../../3rdParty/qwt/src @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI
1212

1313
QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@

OMEdit/OMEditGUI/OMEditGUI.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ win32 {
139139
CONFIG(debug, debug|release){
140140
LIBS += -L$$(OMDEV)/lib/omniORB-4.1.6-mingw/lib/x86_win32 -lomniORB416_rtd -lomnithread34_rtd \
141141
-L../../build/lib/omc -lOMPlot -lomqwtd \
142-
-L../../3rdParty/gc-7.2/.libs -lgc-1
142+
-L../../3rdParty/gc-7.2/.libs
143143
} else {
144144
# In order to get the stack trace in Windows we must add -g flag. Qt automatically adds the -O2 flag for optimization.
145145
# We should also unset the QMAKE_LFLAGS_RELEASE define because it is defined as QMAKE_LFLAGS_RELEASE = -Wl,-s in qmake.conf file for MinGW
@@ -148,7 +148,7 @@ win32 {
148148
QMAKE_LFLAGS_RELEASE =
149149
LIBS += -L$$(OMDEV)/lib/omniORB-4.1.6-mingw/lib/x86_win32 -lomniORB416_rt -lomnithread34_rt \
150150
-L../../build/lib/omc -lOMPlot -lomqwt \
151-
-L../../3rdParty/gc-7.2/.libs -lgc-1 \
151+
-L../../3rdParty/gc-7.2/.libs \
152152
# required for backtrace
153153
-L$$(OMDEV)/tools/mingw/bin -lintl-8 -lbfd -liberty -limagehlp
154154
}

0 commit comments

Comments
 (0)