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. Solved: installing 4.8.4 libraries on MacOS
Forum Updated to NodeBB v4.3 + New Features

Solved: installing 4.8.4 libraries on MacOS

Scheduled Pinned Locked Moved Installation and Deployment
24 Posts 6 Posters 10.4k 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.
  • H Offline
    H Offline
    hmariod
    wrote on 24 Aug 2013, 21:06 last edited by
    #15

    SGaist,
    Thank you very much!!!
    You are my hero.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vwcc
      wrote on 8 Feb 2014, 15:18 last edited by
      #16

      Hi I have the same problem here:

      I followed the suggestion there and indeed find that there is /usr/bin/qmake and it is indeed "Using Qt version 4.8.5 in /Library/Frameworks"

      Following the SGaist's advice I use the command+shift+. to reveal hidden files.

      Now I can see both qmake under /usr/bin BUT it is greyed out and I just CANNOT select it.

      Can someone help?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vwcc
        wrote on 8 Feb 2014, 15:18 last edited by
        #17

        Hi I have the same problem here:

        I followed the suggestion there and indeed find that there is /usr/bin/qmake and it is indeed "Using Qt version 4.8.x in /Library/Frameworks"

        Following the SGaist's advice I use the command+shift+. to reveal hidden files.

        Now I can see both qmake under /usr/bin BUT it is greyed out and I just CANNOT select it.

        Can someone help?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 9 Feb 2014, 12:12 last edited by
          #18

          What version of Qt Creator are you using ?

          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
          • A Offline
            A Offline
            afifer
            wrote on 10 Feb 2014, 19:27 last edited by
            #19

            Not the same person, but I have the same issue with usr/bin/qmake being greyed out. I'm using Qt Creator 3.0.1.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 10 Feb 2014, 20:47 last edited by
              #20

              Are you sure that /usr/bin/qmake is not a symbolic link that points to nowhere ?

              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
              • A Offline
                A Offline
                afifer
                wrote on 11 Feb 2014, 01:31 last edited by
                #21

                Just got it working actually, it was an ownership issue. Changing it with "sudo chown" in terminal got it fixed:

                cd usr/bin
                sudo chown [username] qmake

                Thanks!

                Edit: Wow nope, spoke too soon. Once I changed the ownership, the Qt version automatically showed up under "Manual" so I thought everything was good. I changed tabs to add the version to my kit but it wouldn't show up in the drop-down menu. I closed the Preferences window (I didn't hit "apply") and reopened it, now the Qt version is gone and it's still greyed out when I try to select it.

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  vwcc
                  wrote on 11 Feb 2014, 15:58 last edited by
                  #22

                  I managed to finally load qmake but in a rather roundabout way.

                  I followed an earlier suggest and made an alias for qmake on my documents folder using Symlink.

                  ln -s /usr/bin/qmake Documents/qmake

                  But I also saw this alias qmake as greyed out.

                  I then reinstalled the Qt5 binary package that includes Qt Creator and Qt 5 library (I earlier uninstalled this in preparation for installing the 4.8.5 library and Creator separately).

                  I choose Preference>Qt Version and choose Add.

                  I could now see the alias qmake which I selected.

                  I uninstalled the QtCreator+Qt 5 combo.

                  I started the Qt Creator installed earlier on a separate dir. I could now see the alias qmake as not greyed out. But the actual qmake as revealed by command+shift+. was still greyed out.

                  Now I have successfully installed Qt 4.8.5

                  This is a rather round about way and I am sure I must have turned on something by accident which could have been got at by a much shorter. But nonetheless this is how I got it working.

                  I wish it could be a lot less painful

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 11 Feb 2014, 21:24 last edited by
                    #23

                    Glad you succeeded but it's indeed pretty convoluted...

                    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
                    • A Offline
                      A Offline
                      afifer
                      wrote on 12 Feb 2014, 16:48 last edited by
                      #24

                      Thanks vwcc, I uninstalled and reinstalled everything and now it works.

                      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