Skip to content

Commit

Permalink
Fix -lqwt to -lomqwt
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 21, 2014
1 parent 0780d2d commit 8269ebf
Showing 1 changed file with 1 addition and 1 deletion.
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 -lqwt -lgc @RPATH_QMAKE@
PLOTLIBS = -L../../build/lib/omc -lOMPlot -lomqwt -lgc @RPATH_QMAKE@
PLOTINC = ../../3rdParty/qwt/src ../../OMPlot/OMPlotGUI

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down

0 comments on commit 8269ebf

Please sign in to comment.