Skip to content

Version 2.0.1

Compare
Choose a tag to compare
@juzzlin juzzlin released this 30 Dec 13:25
· 295 commits to master since this release

A bug fix release to fix build on Qt 5.6+. Scroll down to 2.0.0 for binaries as they are not changed.

Bug fixes:

  • Editor: use qSetGlobalQHashSeed with Qt 5.6+

    qt_qhash_seed is no more exported in recent Qt 5.9.x versions, so use
    the public functions for it available since Qt 5.6.

Other:

  • Properly check for empty version in mxeWindowsBuild.sh