kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Please keep compatibility with Qt4 #42

Closed barracuda156 closed 1 year ago

barracuda156 commented 1 year ago

Somewhat recent commit https://github.com/kylelutz/chemkit/commit/0afc7883c858ab9b20dd12bf8adbf88268ab5583 has replaced Qt4 with Qt5. If possible, please maintain the former for the sake of better compatibility (not all systems have Qt5).

quizzmaster commented 1 year ago

The mentioned commit is almost 9 years old. Since the support of Qt4 ended in 2015 and most Linux distributions don't contain Qt4 anymore you might want to upgrade your systems. The support of Qt5 ended in May 2023 so we will soon change to Qt6.

If you really need Qt4 you can revert the changes of this commit on your local machine.

barracuda156 commented 1 year ago

Got it, thank you for replying. Yes, I noticed the age of the commit, but there were not many commits during past several years.