yentencoin / yenten

Yenten; cryptocurrency of the cpu, by the cpu, for the cpu
http://yentencoin.info/
MIT License
28 stars 19 forks source link

Fix build error when using Qt 5.15 #33

Closed middlingphys closed 1 year ago

middlingphys commented 1 year ago

When using Qt 5.15, build fails with the following error: qt/trafficgraphwidget.cpp:54:9: エラー: invalid use of incomplete type ‘class QPainterPath’ which can be fixed by adding #include <QPainterPath>.

Same problem is discussed here: https://github.com/qgis/QGIS/issues/37005