You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to build the official source from https://git.niisi.ru/kumir/kumir2 fails when using -DUSE_QT=5 option with following error and multiple deprecated declaration warnings:
./src/plugins/editor/editorplane.cpp: In member function ‘void Editor::EditorPlane::paintLockSymbol(QPainter*, bool, const QRect&)’:
./src/plugins/editor/editorplane.cpp:2392:15: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
2392 | QPainterPath path;
| ^~~~
Attempt to build the official source from https://git.niisi.ru/kumir/kumir2 fails when using -DUSE_QT=5 option with following error and multiple deprecated declaration warnings:
Thanks to thestr4ng3r/chiaki#253 I was able to locate the problem and fix it with:
After this trivial change, the build finished and the program started.
The text was updated successfully, but these errors were encountered: