Skip to content

Commit

Permalink
Hopefully fixes the Linux builds for qwt (shared version)
Browse files Browse the repository at this point in the history
- Also should add OMOptimBasis as a shared library


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20717 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 21, 2014
1 parent 6361725 commit b04ad16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMNotebook/OMNotebookGUI/OMNotebook.config.in
Expand Up @@ -6,8 +6,8 @@ CORBALIBS = @CORBALIBS@
CORBAINC = @CORBA_QMAKE_INCLUDES@
USE_CORBA = @QT_USE_CORBA@

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

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
QMAKE_CXXFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down

0 comments on commit b04ad16

Please sign in to comment.