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. Incompatible library version: qwt requires version 5.13.0 or later, but QtPrintSupport provides version 5.12.0
Forum Update on Monday, May 27th 2025

Incompatible library version: qwt requires version 5.13.0 or later, but QtPrintSupport provides version 5.12.0

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 3 Posters 926 Views
  • 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.
  • M Offline
    M Offline
    mick609
    wrote on last edited by
    #1

    I found my problem similar to this: (https://forum.qt.io/topic/94142/incompatible-library-version-qwt-requires-version-5-10-0-or-later/4).

    However, the original problem is solved by re-compiling the qt project, while this is not cannot solve my problem here.

    I am running qt creator on mac OS Catalina 10.15.1, the error message on the qt is:

    dyld: Library not loaded: /usr/local/opt/qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
      Referenced from: /usr/local/Cellar/qwt/6.1.4/lib/qwt.framework/Versions/6/qwt
      Reason: Incompatible library version: qwt requires version 5.13.0 or later, but QtPrintSupport provides version 5.12.0
    00:46:15: The program has unexpectedly finished.
    

    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you also install Qt through brew ? If not then do it and use that version to build your project.

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

      M 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Did you also install Qt through brew ? If not then do it and use that version to build your project.

        M Offline
        M Offline
        mick609
        wrote on last edited by
        #3

        @SGaist

        I reinstalled the qt with version 5.14.0 in the latest release tab. The problem is solved. Thanks for your time.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          uwer
          wrote on last edited by
          #4

          For the record: Qwt 6.1 supports all ( ! ) Qt versions >= 4.4 - including all versions from the Qt5 cycle.
          Whatever the problem here was - it should not have been because of Qwt.

          1 Reply Last reply
          2

          • Login

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