Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing #include \<QPainterPath> breaks compilation with Qt 5.15 #98

Closed
SlySven opened this issue May 14, 2020 · 0 comments
Closed

Missing #include \<QPainterPath> breaks compilation with Qt 5.15 #98

SlySven opened this issue May 14, 2020 · 0 comments

Comments

@SlySven
Copy link
Contributor

SlySven commented May 14, 2020

I guess the internal Qt header files have been rearranged, as one of those who package Mudlet for a Linux distribution is getting a problem when they tried to compile the edbee-lib widget library using Qt 5.15rc2 - whilst we can probably fix it this is something that needs to be referred upstream to you:

./3rdparty/edbee-lib/edbee-lib/edbee/views/components/texteditorrenderer.cpp:150:26: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  150 |             QPainterPath path;
      |                          ^~~~
make: *** [Makefile:5143: texteditorrenderer.o] Error

and yes, there is no explicit mention of that class's header file...

@SlySven SlySven changed the title Missing #include <QPainterPath> breaks compilation with Qt 5.15 Missing #include \<QPainterPath> breaks compilation with Qt 5.15 May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant