Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fixed plotting of CSV result files.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19579 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 14, 2014
1 parent 90708f7 commit 7ba3267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp
Expand Up @@ -37,6 +37,7 @@

#include "VariablesWidget.h"
#include "../../SimulationRuntime/c/util/read_matlab4.h"
#include "../../SimulationRuntime/c/util/read_csv.h"

using namespace OMPlot;

Expand Down
6 changes: 5 additions & 1 deletion OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -141,7 +141,9 @@ win32 {
-L../../OMPlot/bin \
-lOMPlot \
-L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib \
-lqwtd
-lqwtd \
-L../../3rdParty/gc-7.2/.libs \
-lgc
} else {
# In order to get the stack trace in Windows we must add -g flag. Qt automatically adds the -O2 flag for optimization.
# We should also unset the QMAKE_LFLAGS_RELEASE define because it is defined as QMAKE_LFLAGS_RELEASE = -Wl,-s in qmake.conf file for MinGW
Expand All @@ -155,6 +157,8 @@ win32 {
-lOMPlot \
-L$$(OMDEV)/lib/qwt-6.1.0-mingw/lib \
-lqwt \
-L../../3rdParty/gc-7.2/.libs \
-lgc \
# required for backtrace
-L$$(OMDEV)/tools/mingw/bin \
-lintl-8 \
Expand Down

0 comments on commit 7ba3267

Please sign in to comment.