Skip to content

Commit b0f8c70

Browse files
committed
- pro file fixes.
- some other minor updates. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9983 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 0444e85 commit b0f8c70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

OMPlot/OMPlotGUI/OMPlotGUI.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ QT += core gui svg
99
TARGET = OMPlot
1010
TEMPLATE = app
1111

12+
QMAKE_LFLAGS += -enable-auto-import
13+
1214
SOURCES += main.cpp \
1315
../../c_runtime/read_matlab4.c \
1416
Plot.cpp \

OMPlot/OMPlotGUI/OMPlotLib.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ TARGET = OMPlot
1010
TEMPLATE = lib
1111

1212
CONFIG += release staticlib
13+
QMAKE_LFLAGS += -enable-auto-import
1314

1415
SOURCES += main.cpp \
1516
../../c_runtime/read_matlab4.c \

0 commit comments

Comments
 (0)