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

Set `/Library/Frameworks` as default install directory on macos #63

Closed alemuntoni closed 1 year ago

alemuntoni commented 1 year ago

Frameworks are usually placed into /Library/Frameworks in MacOS system. This PR places by default the QGLViewer framework in /Library/Frameworks when running make install (after qmake and make). Headers are already included in the framework, therefore I placed them along with the documentation. I also added some gitignores that apply on MacOS.

-- Edit I also added the possibility to run make uninstall on qmake

GillesDebunne commented 1 year ago

Thanks a lot for this contribution, merged.