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

Add please Qt6 support #3

Open
NaGeMaGe opened this issue Oct 28, 2021 · 4 comments
Open

Add please Qt6 support #3

NaGeMaGe opened this issue Oct 28, 2021 · 4 comments

Comments

@NaGeMaGe
Copy link

No description provided.

@juangburgos
Copy link
Owner

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.

@NaGeMaGe
Copy link
Author

QDeferred/qdeferreddata.hpp:195: error: ‘Recursive’ is not a member of ‘QMutex’
In file included from QDeferred/qdeferreddata.cpp:1:
QDeferred/qdeferreddata.hpp: In constructor ‘QDeferredData::QDeferredData()’:
QDeferred/qdeferreddata.hpp:195:18: error: ‘Recursive’ is not a member of ‘QMutex’
195 | m_mutex(QMutex::Recursive),
| ^~~~~~~~~

@NaGeMaGe
Copy link
Author

I replaced QMutex with QRecursiveMutex and the library was compiled. But I'm not sure if everything is working as expected.

@juangburgos
Copy link
Owner

Run Test01, that cover most of the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants