Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build QtMqtt for 5.7?
Qt 6.11 is out! See what's new in the release blog

Build QtMqtt for 5.7?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CharlieL
    wrote on last edited by
    #1

    I'm using QT 5.7 and I believe this is the official url for QtMqtt is;
    https://code.qt.io/qt/qtmqtt.git
    This seems to implement MQTT versions 3.1 and 3.1.1.

    Building that and adding it to the other plugins leads to incompatibility problems.

    How can I build QtMqtt to be compatible with 5.7 as I certainly don't want to downgrade 5.7 if possible.

    C 1 Reply Last reply
    0
    • C CharlieL

      I'm using QT 5.7 and I believe this is the official url for QtMqtt is;
      https://code.qt.io/qt/qtmqtt.git
      This seems to implement MQTT versions 3.1 and 3.1.1.

      Building that and adding it to the other plugins leads to incompatibility problems.

      How can I build QtMqtt to be compatible with 5.7 as I certainly don't want to downgrade 5.7 if possible.

      C Offline
      C Offline
      CharlieL
      wrote on last edited by
      #2

      I should have added but cannot edit the first message.

      I've searched the qtmqtt repository for any commits, tags, or references that indicate compatibility with Qt 5.7 but found none explicitly linked to that version. The earliest commits in the repository date back to early 2017, post-dating the release of Qt 5.7.

      I used commands to look through commit messages for mentions of "Qt 5," as well as checking the repository history from its inception to see if there might be any underlying support for earlier Qt versions.

      How can I identify a compatible version of qtmqtt that works with Qt 5.7, given that there are no explicit references to Qt 5.7 in the repository tags, branches, or commit messages?

      Are there specific methods or tools I could use to trace back the compatibility of this library with older versions of Qt, such as Qt 5.7?

      Or, should I be using something else like Mosquitto or something since searching has lead to nothing that provides a solution so far.

      Thank you for any help you can provide.

      SGaistS 1 Reply Last reply
      0
      • C CharlieL

        I should have added but cannot edit the first message.

        I've searched the qtmqtt repository for any commits, tags, or references that indicate compatibility with Qt 5.7 but found none explicitly linked to that version. The earliest commits in the repository date back to early 2017, post-dating the release of Qt 5.7.

        I used commands to look through commit messages for mentions of "Qt 5," as well as checking the repository history from its inception to see if there might be any underlying support for earlier Qt versions.

        How can I identify a compatible version of qtmqtt that works with Qt 5.7, given that there are no explicit references to Qt 5.7 in the repository tags, branches, or commit messages?

        Are there specific methods or tools I could use to trace back the compatibility of this library with older versions of Qt, such as Qt 5.7?

        Or, should I be using something else like Mosquitto or something since searching has lead to nothing that provides a solution so far.

        Thank you for any help you can provide.

        SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Based on the changelogs and available refs, I would say the tech preview was done during 5.10 and first release 5.11.

        You can still try to build it with 5.7 however, that version is more than outdated and you should consider updating Qt to more recent version.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved