Skip to content

Commit

Permalink
- use -Wl,--enable-auto-import instead of -enable-auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jul 20, 2015
1 parent c1cc253 commit 99a281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/OMPlotGUI.pro
Expand Up @@ -28,7 +28,7 @@ HEADERS += Plot.h \
PlotMainWindow.h

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

0 comments on commit 99a281d

Please sign in to comment.