Skip to content

Version 0.8 with qwt-related code removed

Pre-release
Pre-release
Compare
Choose a tag to compare
@Becker-Asano Becker-Asano released this 07 Apr 12:46
· 5 commits to master since this release

Using Qt5.8 compilation of the WASABIQtGui failed due to outdated qwt-library (as submodule):
WASABI-qwt-clone/qwt-code/qwt/src/qwt_transform.h:110: error: 'QT_STATIC_CONST' does not name a type

I decided to delete all related code and remove the submodule entirely for now. Alternatively, updating the submodule to the most recent version of qwt (6.1.2 or above) should resolve the issue as well, but..