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. How to run a Qt 5.12.2 application on macOS 10.11?

How to run a Qt 5.12.2 application on macOS 10.11?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 1.5k Views 2 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.
  • S Offline
    S Offline
    Strictly_Prohibited
    wrote on last edited by
    #1

    Hi,

    I have a Qt 5.12.2 application which works on 10.12 and later. When I try to run the application on macOS 10.11, I'm getting an error "Qt requires macOS 10.12.0 or later, you have macOS 10.11.1".

    I know Qt 5.12 supports OSX >= 10.12, so I thought of using Qt 5.11 which supports macOS 10.11, but I heard it's buggy on macOS 10.14. And let's say I downgrade my application to Qt 5.11, will it cause any issue?

    What should I do to make it work for OSX >= 10.11?

    jsulmJ 1 Reply Last reply
    0
    • S Strictly_Prohibited

      Hi,

      I have a Qt 5.12.2 application which works on 10.12 and later. When I try to run the application on macOS 10.11, I'm getting an error "Qt requires macOS 10.12.0 or later, you have macOS 10.11.1".

      I know Qt 5.12 supports OSX >= 10.12, so I thought of using Qt 5.11 which supports macOS 10.11, but I heard it's buggy on macOS 10.14. And let's say I downgrade my application to Qt 5.11, will it cause any issue?

      What should I do to make it work for OSX >= 10.11?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Strictly_Prohibited said in How to run a Qt 5.12.2 application on macOS 10.11?:

      I downgrade my application to Qt 5.11, will it cause any issue?

      You can try. Just install Qt 5.11.3, build your app using it and test on MacOS 10.14.

      As alternative you can provide two versions of your app - one built using Qt 5.11.3 and one using latest stable release.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        Hi,

        As an alternative, you can also use a virtualization software like Parallels and run the oldest version of macOS you want to support and build on that one.

        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
        2

        • Login

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