communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
84 stars 37 forks source link

Does not build with Qt 6.4 (QTextCodec) #114

Open oniongarlic opened 1 year ago

oniongarlic commented 1 year ago

Complains about QTextCodec

Nerixyz commented 1 year ago

You need to add the Qt 5 Core Compatibility APIs.

oniongarlic commented 1 year ago

That, or use QStringDecoder when building for Qt 6.

oniongarlic commented 1 year ago

Patch/Pull request added #116