Git Product home page Git Product logo

Comments (2)

Skycoder42 avatar Skycoder42 commented on July 20, 2024

Generelly speaking, I always only support the latest version of Qt, as I do not want to limit myself for the sake of backwards compability. Also, doing so often makes code messy over time and requires testing for all the different supported versions.

You can use the releases page to check which is the latest one that was build for the Qt version you try to target. For example, 3.2.0 is the latest tag that was build against 5.11. Typically I add a note to a release when I switch to a newer version of Qt.

That beeing said, as long as the difference is not to big, I always accept pull requests trying to add compability to an older version.

For your concrete problem, there seems to be no method to generate a hash for the json classes, wich is needed by QSet/QHash. A workaround could be to remove QJsonValue QJsonObject QJsonArray from ALL_TYPES and add them to LIST_TYPES (and MAP_TYPES) in typesplit.pri. If that works for you, feel free to create a pull request that does so conditionally based on the Qt-Version that is beeing used.

from qtjsonserializer.

arietto avatar arietto commented on July 20, 2024

OK, thanks.

from qtjsonserializer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.