improved compileability with MSVC (it had errors with deeply nested if-else-if-else-i-...)

This commit is contained in:
jkriege2 2018-12-05 22:59:24 +01:00
parent 3296559130
commit 1cec52a373
2 changed files with 864 additions and 805 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,8 @@ HEADERS += $$PWD/jkqtplotter/jkqtpbaseplotter.h \
$$PWD/jkqtplottertools/jkqtpmathparser.h \ $$PWD/jkqtplottertools/jkqtpmathparser.h \
$$PWD/jkqtplottertools/jkqtp_imexport.h \ $$PWD/jkqtplottertools/jkqtp_imexport.h \
$$PWD/jkqtplotter/jkqtpplotsmodel.h \ $$PWD/jkqtplotter/jkqtpplotsmodel.h \
$$PWD/jkqtmathtext/jkqtmathtext.h $$PWD/jkqtmathtext/jkqtmathtext.h \
$$PWD/jkqtplottertools/jkqtphighrestimer.h
SOURCES += $$PWD/jkqtplotter/jkqtpbaseplotter.cpp \ SOURCES += $$PWD/jkqtplotter/jkqtpbaseplotter.cpp \
@ -46,7 +47,8 @@ SOURCES += $$PWD/jkqtplotter/jkqtpbaseplotter.cpp \
$$PWD/jkqtplotter/jkqtpgeoelements.cpp \ $$PWD/jkqtplotter/jkqtpgeoelements.cpp \
$$PWD/jkqtplottertools/jkqtpmathparser.cpp \ $$PWD/jkqtplottertools/jkqtpmathparser.cpp \
$$PWD/jkqtplotter/jkqtpplotsmodel.cpp \ $$PWD/jkqtplotter/jkqtpplotsmodel.cpp \
$$PWD/jkqtmathtext/jkqtmathtext.cpp $$PWD/jkqtmathtext/jkqtmathtext.cpp \
$$PWD/jkqtplottertools/jkqtphighrestimer.cpp
RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc