Skip to content

Commit

Permalink
Add library path
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19584 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 14, 2014
1 parent dca776c commit a288aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/OMPlotGUI.config.in
Expand Up @@ -2,7 +2,7 @@ QMAKE_CC = @CC@
QMAKE_CXX = @CXX@
QMAKE_LINK = @CXX@

LIBS += -lqwt@with_qwt_suffix@ -lgc
LIBS += -lqwt@with_qwt_suffix@ -L ../../build/lib/omc -lgc
INCLUDEPATH += @with_qwt@ ../../3rdParty/gc-7.2/include

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down

0 comments on commit a288aa9

Please sign in to comment.