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. Trying to install Qt 4.8.1 binaries on MAC OS X 10.7 and confused
Qt 6.11 is out! See what's new in the release blog

Trying to install Qt 4.8.1 binaries on MAC OS X 10.7 and confused

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 4.1k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi all;
    I have a Qt application that was created on Windows using Visual Studio. I am now trying to port it over to the MAC OS. I have never used MAC before. Anyway i am trying to setup the development environment on the MAC so i grabbed the Qt 4.8.1 binaries for MAC and the Qt Creator 2.4.1 binaries for MAC on the Qt Download page. I ran the installer for Qt 4.8.1 and everything seemed to go ok. I then installed the Qt Creator binaries. When i finally figured out how to launch creator i went to Tool>External>Configure. This launched the preferences dialog. I then went to the "Build & Run" section and clicked the Qt Version tab. The 4.8.1 version was listed with a red circle with an exclamation mark in it. down the bottom of the dialog it said "No tool chain can produce code for this Qt Version. Pleas define one or more Tool Chains". i then went to the tool chains tab. sure enough there isn't anything listed. I have no idea where anything is located on this OS. Can anyone point me in the right direction?

    Shawn

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Follow up-- The version of MAC i have is 10.7.3 and i just read an article that mentions that MAC no longer comes with GCC.

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Hi! Mac Os changed from plain gcc to llvm-gcc and later clang. This does not seem to be your problem, though. Please check if you installed Xcode, or at least the Unix command line tools. The compiler is not installed by default, it comes with Xcode. So does make, and all the other tools.

        Some details are here: https://www.agile-workers.com/web/2012/03/qt-qmake-osx_sdk-xcode

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Thanks Miroslav;
          I just recently figured that out and got the commandline tools installed. Once that was done Qt Creator recognized what it needed. All my pro's are out of date, we did most of our work in Visual Studio because we ran into problems with trying to debug with Qt Creator. Now i have to recreate everything o the Mac side.
          Thanks again for your answer.

          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