Skip to content

Commit

Permalink
- Build all Qt clients using the local Qwt on unix as well.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20713 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed May 20, 2014
1 parent 9c72dd5 commit 2724f02
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@ -lqwt@with_qwt_suffix@ -L ../../build/lib/omc -lgc @RPATH_QMAKE@
INCLUDEPATH += @with_qwt@ @CORBA_QMAKE_INCLUDES@ ../../OMPlot/OMPlotGUI
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

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

0 comments on commit 2724f02

Please sign in to comment.