fstl-app / fstl

A fast STL file viewer
448 stars 105 forks source link

Fix build on Ubuntu 20.04 LTS #75

Closed Lenbok closed 1 year ago

Lenbok commented 2 years ago

This reverts commit 18e0e5963fb85a575e21972d8179b48d94b5dce7.

20.04 LTS uses Qt 5.12, under which fstl previously would build fine. Since the referenced commit only fixed deprecation warnings, it can safely be reverted until a point in time when updating Qt becomes an actual requirement.

Fixes: #74