Skip to content

Commit 99a281d

Browse files
committed
- use -Wl,--enable-auto-import instead of -enable-auto-import
1 parent c1cc253 commit 99a281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPlot/OMPlotGUI/OMPlotGUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HEADERS += Plot.h \
2828
PlotMainWindow.h
2929

3030
win32 {
31-
#QMAKE_LFLAGS += -enable-auto-import
31+
QMAKE_LFLAGS += -Wl,-enable-auto-import
3232
CONFIG(debug, debug|release){
3333
LIBS += -L$$(OMBUILDDIR)/lib/omc -lOMPlot -lomqwtd
3434
}

0 commit comments

Comments
 (0)