mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
improved compileability with MSVC (it had errors with deeply nested if-else-if-else-i-...)
This commit is contained in:
parent
3296559130
commit
1cec52a373
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,8 @@ HEADERS += $$PWD/jkqtplotter/jkqtpbaseplotter.h \
|
||||
$$PWD/jkqtplottertools/jkqtpmathparser.h \
|
||||
$$PWD/jkqtplottertools/jkqtp_imexport.h \
|
||||
$$PWD/jkqtplotter/jkqtpplotsmodel.h \
|
||||
$$PWD/jkqtmathtext/jkqtmathtext.h
|
||||
$$PWD/jkqtmathtext/jkqtmathtext.h \
|
||||
$$PWD/jkqtplottertools/jkqtphighrestimer.h
|
||||
|
||||
|
||||
SOURCES += $$PWD/jkqtplotter/jkqtpbaseplotter.cpp \
|
||||
@ -46,7 +47,8 @@ SOURCES += $$PWD/jkqtplotter/jkqtpbaseplotter.cpp \
|
||||
$$PWD/jkqtplotter/jkqtpgeoelements.cpp \
|
||||
$$PWD/jkqtplottertools/jkqtpmathparser.cpp \
|
||||
$$PWD/jkqtplotter/jkqtpplotsmodel.cpp \
|
||||
$$PWD/jkqtmathtext/jkqtmathtext.cpp
|
||||
$$PWD/jkqtmathtext/jkqtmathtext.cpp \
|
||||
$$PWD/jkqtplottertools/jkqtphighrestimer.cpp
|
||||
|
||||
|
||||
RESOURCES += $$PWD/jkqtplotterressources/jkqtpbaseplotter.qrc
|
||||
|
Loading…
Reference in New Issue
Block a user