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. Can't load Qt-project created on Windows in Qt Creator on Mac OSX
QtWS25 Last Chance

Can't load Qt-project created on Windows in Qt Creator on Mac OSX

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 4 Posters 3.7k Views
  • 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
    Hedge
    wrote on last edited by
    #1

    I created a Qt-project on Windows (with Qt Creator).

    Now I wanted to take this project to Mac OSX and recompile it but once I load the project I get the message:

    bq. No valid Qt-versions could be found.
    Please add a valid version at extras/settings or by using the sdk-installation-utility.
    (I freely translated this text).

    What's wrong here?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stukdev
      wrote on last edited by
      #2

      Have you installed qt library or only qt creator?

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hedge
        wrote on last edited by
        #3

        I installed both. self-compiled Qt SDK 1.1 and Qt Creator 2.2

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Assuming you are using Qt Creator 2.2:

          Do you have a valid Qt version set up (Check Tools->Options->Qt4)?

          Do you have a tool chain set up (Check Tools->Options->Tool chains) that can be used for that Qt version? Having some arm-linux cross-compiler set up will not work with a MacOS Qt anymore:-)

          You need both to compile a Qt project.

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Hedge
            wrote on last edited by
            #5

            A valid Qt-version is set.

            EDIT: When I start Qt Creator via Bash it works.
            So it seems although I set the PATH environment variable for all GUI apps in environment.plist AND Qt Creator shows it under Qt versions, it still can't compile with it for some reasons.

            I filed a bug-report for this:

            http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4872

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              I recommend adding the Qt manually in the settings dialog. This works without having Qt in any of the PATH variables. This is the way I use since the very first preview release of Creator :-) I never had a "Qt in PATH" in use.

              http://www.catb.org/~esr/faqs/smart-questions.html

              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