jontio / JMPX

FM Stereo encoder with RDS support
https://jontio.zapto.org/hda1/paradise/jmpxencoder/jmpx.html
56 stars 8 forks source link

include "QPainterPath" in JMPX/vol/volumemeter.cpp #15

Closed hayatehay closed 9 months ago

hayatehay commented 1 year ago

Hi. Please forgive my poor English.

I wanted to try out the latest version, so I cloned a Git repository and built it, but I got a error: aggregate 'QPainterPath path' has incomplete type and cannot be defined error at the "make" and the build process stopped.

I found out that the cause was JMPX/vol/volumemeter.cpp, so I corrected it. After correction, I could build and launch on Univalent GNU/Linux (an Arch-based distro) and Windows 10 successfully.

jontio commented 9 months ago

Thanks.