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