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 065d7db commit eab47a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions OMPlot/OMPlotGUI/OMPlotGUI.pro
Expand Up @@ -45,14 +45,14 @@ HEADERS += ../../SimulationRuntime/c/util/read_matlab4.h \
win32 {
QMAKE_LFLAGS += -enable-auto-import
CONFIG(debug, debug|release){
LIBS += -L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib -lqwtd \
LIBS += -L../../3rdParty/qwt/build/lib -lqwtd \
-L../../3rdParty/gc-7.2/.libs -lgc
}
else {
LIBS += -L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib -lqwt \
LIBS += -L../../3rdParty/qwt/build/lib -lqwt \
-L../../3rdParty/gc-7.2/.libs -lgc
}
INCLUDEPATH += $$(OMDEV)/lib/qwt-6.1.0-mingw/include \
INCLUDEPATH += ../../3rdParty/qwt/build/include \
../../3rdParty/gc-7.2/include
} else {
include(OMPlotGUI.config)
Expand Down
6 changes: 3 additions & 3 deletions OMPlot/OMPlotGUI/OMPlotLib.pro
Expand Up @@ -46,14 +46,14 @@ HEADERS += ../../SimulationRuntime/c/util/read_matlab4.h \

win32 {
CONFIG(debug, debug|release){
LIBS += -L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib -lqwtd \
LIBS += -L../../3rdParty/qwt/build/lib -lqwtd \
-L../../3rdParty/gc-7.2/.libs -lgc
}
else {
LIBS += -L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib -lqwt \
LIBS += -L../../3rdParty/qwt/build/lib -lqwt \
-L../../3rdParty/gc-7.2/.libs -lgc
}
INCLUDEPATH += $$(OMDEV)/lib/qwt-6.1.0-mingw/include \
INCLUDEPATH += ../../3rdParty/qwt/build/include \
../../3rdParty/gc-7.2/include
} else {
include(OMPlotGUI.config)
Expand Down

0 comments on commit eab47a1

Please sign in to comment.