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

Qt6 support #122

Open
JeffreyLeeLi opened this issue Dec 20, 2023 · 3 comments
Open

Qt6 support #122

JeffreyLeeLi opened this issue Dec 20, 2023 · 3 comments

Comments

@JeffreyLeeLi
Copy link

Need to upgrade application to Qt6, hope this dependency can also support Qt6. Wanna know whether there is a plan. Thanks in advance.

@flavio
Copy link
Owner

flavio commented Dec 20, 2023

I haven't been working actively on this library anymore. AFAIK, starting from Qt5 there's native JSON support inside of the official Qt library, making this project less useful.

@JeffreyLeeLi
Copy link
Author

Thanks for replying.

The most useful feature for me about qjson is that it can deal with QObject instances directly, via qobject2qvariant and qvariant2qobject helpers, no extra packing and/or unpacking code needed.

Unfortunately, I haven't found alternative way to do this cool stuff, yet.:-(

@flavio
Copy link
Owner

flavio commented Jan 8, 2024

I see. I think the code could work with Qt6 too, it's a matter of fixing the CMake file to handle that scenario.

I don't have time to look into that, but I would be happy to review PRs doing that

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

2 participants