File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ QMAKE_CC = @CC@
77QMAKE_CXX = @CXX@
88QMAKE_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@
1111INCLUDEPATH += ../../3rdParty/qwt/src @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI
1212
1313QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments