mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
MSVC: Use correct compiler option
This commit is contained in:
parent
fcf53e9ae6
commit
e5541392d5
@ -1,6 +1,9 @@
|
||||
|
||||
|
||||
QMAKE_CXXFLAGS += -fexceptions
|
||||
!win32-msvc* {
|
||||
QMAKE_CXXFLAGS += -fexceptions
|
||||
} else {
|
||||
QMAKE_CXXFLAGS += /EHsc
|
||||
}
|
||||
|
||||
HEADERS += $$PWD/jkqtplotter/jkqtpbaseplotter.h \
|
||||
$$PWD/jkqtplotter/jkqtpdatastorage.h \
|
||||
|
Loading…
Reference in New Issue
Block a user