Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Add rpath to qt clients using gc


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19697 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 23, 2014
1 parent 3cb1b4a commit 0cdbced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMEdit.config.in
Expand Up @@ -7,7 +7,7 @@ QMAKE_CC = @CC@
QMAKE_CXX = @CXX@
QMAKE_LINK = @CXX@

LIBS += -L../../OMPlot/bin/ -lOMPlot @CORBALIBS@ -lqwt@with_qwt_suffix@ -L ../../build/lib/omc -lgc
LIBS += -L../../OMPlot/bin/ -lOMPlot @CORBALIBS@ -lqwt@with_qwt_suffix@ -L ../../build/lib/omc -lgc @RPATH_QMAKE@
INCLUDEPATH += @with_qwt@ @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down

0 comments on commit 0cdbced

Please sign in to comment.