Skip to content

Commit

Permalink
- Build all Qt clients using the local Qwt.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed May 20, 2014
1 parent d7aee64 commit 9c72dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -142,7 +142,7 @@ win32 {
-lomnithread34_rtd \
-L../../OMPlot/bin \
-lOMPlot \
-L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib \
-L../../3rdParty/qwt/build/lib \
-lqwtd \
-L../../3rdParty/gc-7.2/.libs -lgc \
-L../../build/lib/omc
Expand All @@ -157,7 +157,7 @@ win32 {
-lomnithread34_rt \
-L../../OMPlot/bin \
-lOMPlot \
-L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib \
-L../../3rdParty/qwt/build/lib \
-lqwt \
-L../../3rdParty/gc-7.2/.libs -lgc \
-L../../build/lib/omc \
Expand All @@ -167,7 +167,7 @@ win32 {
-lbfd -liberty -limagehlp
}
INCLUDEPATH += $$(OMDEV)/lib/omniORB-4.1.6-mingw/include \
$$(OMDEV)/lib/qwt-6.1.0-mingw/include \
../../3rdParty/qwt/build/include \
../../OMPlot/OMPlotGUI \
../../
} else { # Unix libraries and includes
Expand Down

0 comments on commit 9c72dd5

Please sign in to comment.