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. Problem with QCreator 3.0.1 and Mac
Qt 6.11 is out! See what's new in the release blog

Problem with QCreator 3.0.1 and Mac

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 1.7k 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.
  • M Offline
    M Offline
    mastraa
    wrote on last edited by
    #1

    Hi, I'm a newbie and I'm sorry for my bad english!!!
    Yesterday I downloaded QtCreator 3.0.1 based on Qt5.2.1, today i try to follow a basic tutorial, but when I go to the Terminal of my Mac Osx 10.9.2 (mavericks) I have a big problem.
    It returns a error because he can't find qmake.

    I find some information on internet that says to create a bash file and insert in it a path.
    Nothing well!!! I think that the path is due to the position of gcc's qmake, (I think that reading the example path found on internet). But I can't find the folder gcc, i've only executable gcc in my usr directory...maybe due to the version of my OS...

    Could you help me?

    However I can use Xcode, but in that case i need Qt Designer, where i can find it?

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, QtCreator should work fine on your Mac, let's see:

      first start Xcode. open About Xcode, check you have version 5.1
      then, about gcc, that's the old compiler, now you use clang, it's in /usr/bin/clang
      to find Qt Designer, go to the directory where you installed Qt, then open 5.2.1, clang_64 and bin, inside you'll find Designer.app.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mastraa
        wrote on last edited by
        #3

        Ok so you say i need to install Xcode? I already see the clang and gcc inside qtcreator's preferences...

        So the path I need is the one with clang and not gcc? Now I stopped my computer so I can't see, but you say I must find it in usr?

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Actually you need to have both Xcode and the Command Line tools installed.

          You can check: open QtCreator, Preferences, Build & Run and select the Kits tab. Look under Auto-detected, if it says "Desktop Qt 5.2.1 clang 64-bit" you should be ok.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mastraa
            wrote on last edited by
            #5

            Now i've found the problem, installing Xcode and setting the path to clang-64 instead go gcc I can go to the next step.

            Thank you very much!!!!!!

            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