andrew-bibb / cmst

QT GUI for Connman
173 stars 37 forks source link

Build fails: ‘class QColor’ has no member named ‘fromString’ #305

Closed redtide closed 5 months ago

redtide commented 6 months ago

On this commit looks like fromString() was used to replace setNamedColor, but it's a Qt6 only API introduced in 6.4, which doesn't build with Qt5 (at least with the current AUR cmst-git package). Testing the build only here, keeping the previous setNamedColor, it builds correctly.