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

examples fixes for qt6 #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yurikoles
Copy link

  • fixes for building examples with Qt6
  • don't build books and textedit with Qt6 due to erros

Fixed build of codegen with Qt6. books still doesn't build with error:

bookdelegate.cpp:81:5: error: use of undeclared identifier 'drawFocus'
    drawFocus(
    ^

So In a optional commit moved books under non-Qt6 guard. As well as textedit, which also fails with error:

textedit.cpp:56:10: fatal error: 'QTextCodec' file not found`

I tried to add Qt6::Core5Compat, but I faced with 10 errors.

Signed-off-by: Yurii Kolesnykov [email protected]

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

Successfully merging this pull request may close these issues.

1 participant