GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

Fix build with Qt6 on Linux/Mac #58

Closed benardp closed 2 years ago

benardp commented 2 years ago

The examples were not compiling with Qt 6 due to the missing TARGET / LIB_NAME in the .pro / .pri files when the library is suffixed with the Qt version.

GillesDebunne commented 2 years ago

Thank you for your contribution