From 9c72dd53046251c447ddf413520ac43cee9e4444 Mon Sep 17 00:00:00 2001 From: Adeel Asghar Date: Tue, 20 May 2014 15:21:18 +0000 Subject: [PATCH] - Build all Qt clients using the local Qwt. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20708 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- OMEdit/OMEditGUI/OMEditGUI.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OMEdit/OMEditGUI/OMEditGUI.pro b/OMEdit/OMEditGUI/OMEditGUI.pro index 664cd5454b2..d2f3213041d 100644 --- a/OMEdit/OMEditGUI/OMEditGUI.pro +++ b/OMEdit/OMEditGUI/OMEditGUI.pro @@ -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 @@ -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 \ @@ -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