Skip to content

Qt version suffix on Linux, minor bug fixes

Compare
Choose a tag to compare
@GillesDebunne GillesDebunne released this 14 Jun 17:41
· 50 commits to main since this release
  • Add a -qt4 or -qt5 suffix to library file name on Linux. Fixes #18 (thanks Laurent)
  • Edit the .pro of the examples to support the debug version of the library on Windows. Fixes #23 (thanks naubry)
  • contribs examples no longer build by default. Relied on deprecated GL calls (Fixes #31)
  • Add QMAKE_MAC_SDK to fix compilation on Mac with recent XCode versions
  • Fix compilation errors on ARMv7, when qreal is defined to float (Pull request from lrineau)