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 2724f02 commit d708e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/OMEdit.config.in
Expand Up @@ -7,8 +7,8 @@ QMAKE_CC = @CC@
QMAKE_CXX = @CXX@
QMAKE_LINK = @CXX@

LIBS += -L../../OMPlot/bin/ -lOMPlot @CORBALIBS@ -L../../3rdParty/qwt/build/lib -lqwt -L ../../build/lib/omc -lgc @RPATH_QMAKE@
INCLUDEPATH += ../../3rdParty/qwt/build/include @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI
LIBS += -L ../../build/lib/omc -lOMPlot -lqwt @CORBALIBS@ -lgc @RPATH_QMAKE@
INCLUDEPATH += ../../3rdParty/qwt/src @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI

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

0 comments on commit d708e01

Please sign in to comment.