Skip to content

Commit

Permalink
- Copy libomqwt & libOMPlot to build/lib/omc
Browse files Browse the repository at this point in the history
- Fix the link path.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed May 21, 2014
1 parent 8269ebf commit c2d3567
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
Expand Up @@ -159,9 +159,8 @@ win32 {
CORBAINC = $$(OMDEV)/lib/omniORB-4.1.6-mingw/include
CORBALIBS = -L$$(OMDEV)/lib/omniORB-4.1.6-mingw/lib/x86_win32 -lomniORB416_rt -lomnithread34_rt
USE_CORBA = USE_OMNIORB
PLOTLIBS = -L../../OMPlot/bin -lOMPlot \
-L../../3rdParty/qwt/build/lib -lomqwt \
-L../../3rdParty/gc-7.2/.libs -lgc
PLOTLIBS = -L../../build/lib/omc -lOMPlot -lomqwt \
-L../../3rdParty/gc-7.2/.libs -lgc-1
PLOTINC = ../../3rdParty/qwt/build/include \
../../OMPlot/OMPlotGUI
} else {
Expand Down

0 comments on commit c2d3567

Please sign in to comment.