Qt 5.15 introduces the need to include QPainterPath. Try to build with 5.15.0-rc, and the build fails at multiple places due this missing include.
Build with Qt 5.15
To workaround this issue, following patch was used, fixes the build, app runs properly with it:
https://github.com/KaOSx/apps/blob/master/lmms/qt5.15.diff
1.2.1
@demmm Many thanks for reporting and analyzing!
I'll turn this into a PR now.
Will be fixed by #5498 .
@demmm Can you please test if my fix works? Just clone https://github.com/JohannesLorenz/lmms.git, checkout fix/#5486 and see if it compiles.
Will be fixed by #5498
Merged, closing.