Skip to content

Commit

Permalink
- updated the OMPlotLib.pro file.
Browse files Browse the repository at this point in the history
- Added files to it.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8227 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 15, 2011
1 parent d55aa1a commit 7be6070
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions OMPlot/OMPlotGUI/OMPlotLib.pro
Expand Up @@ -12,11 +12,27 @@ TEMPLATE = lib
CONFIG += release staticlib

SOURCES += main.cpp \
plotwindow.cpp \
../../c_runtime/read_matlab4.c

HEADERS += plotwindow.h \
../../c_runtime/read_matlab4.h
../../c_runtime/read_matlab4.c \
Plot.cpp \
PlotCanvas.cpp \
PlotZoomer.cpp \
Legend.cpp \
PlotPanner.cpp \
PlotGrid.cpp \
PlotCurve.cpp \
PlotPicker.cpp \
PlotWindow.cpp

HEADERS += ../../c_runtime/read_matlab4.h \
Plot.h \
PlotCanvas.h \
PlotZoomer.h \
Legend.h \
PlotPanner.h \
PlotGrid.h \
PlotCurve.h \
PlotPicker.h \
PlotWindow.h

win32 {
LIBS += -L$$(OMDEV)/lib/qwt-5.2.1-mingw/lib -lqwt5
Expand Down

0 comments on commit 7be6070

Please sign in to comment.