-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add please Qt6 support #3
Comments
I haven't even downloaded Qt6. Updating my projects to Qt6 seems far off, given that their new open-source-unfriendly attitude seems to lock LTS versions only to paying customers. Having said that, why not try to compile it as it is? And if you run into any trouble, I can offer advise on how to fix things. |
QDeferred/qdeferreddata.hpp:195: error: ‘Recursive’ is not a member of ‘QMutex’ |
I replaced QMutex with QRecursiveMutex and the library was compiled. But I'm not sure if everything is working as expected. |
Run Test01, that cover most of the API. |
No description provided.
The text was updated successfully, but these errors were encountered: