ccrma / miniAudicle

miniAudicle: integrated development + performance environment for the ChucK programming language
https://chuck.stanford.edu/
GNU General Public License v2.0
65 stars 9 forks source link

Add support for Qt 5 #45

Closed aalazz closed 3 years ago

aalazz commented 3 years ago

Maintains compatibility with Qt 4

Tested on Ubuntu 20.04 (Qt 5) and Ubuntu 12.10 (Qt 4)

Fixes #40 Fixes #41

ids1024 commented 3 years ago

Qt 4 has been unsupported for quite some time (now that QT 6 is released, even new QT 5 releases are only available under commercial license; to some controversy). And Ubuntu 12.10 certainly isn't supported now.

Is there any reason to still have QT 4 support?

aalazz commented 3 years ago

Is there any reason to still have QT 4 support?

Not that I know of. I just assumed it was desirable, considering that Qt 4 survived to this day in the project.

znmeb commented 3 years ago

Can we get build instructions for this repo on Linux? I just ran into the qscintilla issue #41. This seems like an easy task - perhaps posting some community guidelines and opening the repo to pull requests would help.