Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. A very strange behaviour with Mac 10.6 and Qt5.1.1
Qt 6.11 is out! See what's new in the release blog

A very strange behaviour with Mac 10.6 and Qt5.1.1

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.3k 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.
  • mrdebugM Offline
    mrdebugM Offline
    mrdebug
    wrote on last edited by
    #1

    Yesterday I went to a customer to install a Qt 5.1.1 program on some Mac 10.6 machines.
    If I minimize the program to dock bar and then restore it, the program comes unusable. The main window appears like an image. If I try to maximize it the program appares like a stretch image.
    Another problem is: sometimes is impossible to click on a QCheckBox component. You have to retry many times.
    Switch between TabWidget tabs is difficoult too. The program sometimes switch between tabs yourself.

    The program was been compiled with a Mac 10.7 machine and works well in it.
    The pro file contains the row QMAKE_MACOSX_DEPLOYMENT_TARGET= 10.6. Do you think it is necessary?

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Mac 10.6 is in a semi-deprecated mode. You can't compile Qt 5 on it, but applications compiled for 10.7 should work on 10.6. You can report this as a bug in Jira, but it is not likely to get much attention.

      Maybe you can try with Qt 5.2 RC1? This could have been fixed already.

      Try adding -mmacosx-version-min=10.6 "compilation flag":http://stackoverflow.com/questions/2923502/what-does-macosx-version-min-imply.

      (Z(:^

      1 Reply Last reply
      0
      • mrdebugM Offline
        mrdebugM Offline
        mrdebug
        wrote on last edited by
        #3

        Ok. it' clear.
        Now I will wait the official Qt5.2 release hoping that it will fix my problems.
        The customer has many Mac 10.6 machines and is not possibile to upgrade them only for one program.

        Regards.

        Need programmers to hire?
        www.labcsp.com
        www.denisgottardello.it
        GMT+1
        Skype: mrdebug

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

          Hi,

          Currently (I can't comment for the future) you still can build on 10.6

          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