Skip to content

Commit

Permalink
Skip linking libgc for qtclients
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20963 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 4, 2014
1 parent bdaabc1 commit 69dad85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/OMNotebook.config.in
Expand Up @@ -6,7 +6,7 @@ CORBALIBS = @CORBALIBS@
CORBAINC = @CORBA_QMAKE_INCLUDES@
USE_CORBA = @QT_USE_CORBA@

PLOTLIBS = -L../../build/lib/omc -lOMPlot -lomqwt -lgc @RPATH_QMAKE@
PLOTLIBS = -L../../build/lib/omc -lOMPlot -lomqwt @RPATH_QMAKE@
PLOTINC = ../../3rdParty/qwt/src ../../OMPlot/OMPlotGUI

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
Expand Up @@ -160,7 +160,7 @@ win32 {
CORBALIBS = -L$$(OMDEV)/lib/omniORB-4.1.6-mingw/lib/x86_win32 -lomniORB416_rt -lomnithread34_rt
USE_CORBA = USE_OMNIORB
PLOTLIBS = -L../../build/lib/omc -lOMPlot -lomqwt \
-L../../3rdParty/gc-7.2/.libs -lgc-1
-L../../3rdParty/gc-7.2/.libs
PLOTINC = ../../3rdParty/qwt/build/include \
../../OMPlot/OMPlotGUI
} else {
Expand Down

0 comments on commit 69dad85

Please sign in to comment.