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. No valid qt versions found. Please add a qt verstion in tool/options or via the maintenance tool of the SDK
QtWS25 Last Chance

No valid qt versions found. Please add a qt verstion in tool/options or via the maintenance tool of the SDK

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 15.6k 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.
  • M Offline
    M Offline
    mathi77in
    wrote on last edited by
    #1

    Hi,
    I have installed Qt 4.4.3 sdk installed. When i start qt creator(2.2.1) using start new project, location part wizard done and next step of QT versions (target Setup) is display the following error message is come..

    No valid qt versions found.
    Please add a qt verstion in tool/options or via the maintenance tool of the SDK.

    I already checked Tool--->Options--->Qt4--->qmake.exe path is auto-detected.

    how to solve this issue? how to create qt quick application project?

    Please share ur ideas. or give Installation and Deployment step by step tutor urls.

    Regards,
    M.Mathivanan

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      hi mathi77in
      welcome to this forum.

      Either some of your information is mixed up or you are using old components.

      Qt SDK is at version 1.1.3. There is a Qt version 4.4.3 available, but this is really old. Furthermore, there is already a Qt creator 2.3.0 available.

      Please clarify versions. In addition I would suggest to use up-to-date versions to see if the problem persists.

      Vote the answer(s) that helped you to solve your issue(s)

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

        Thanks for your immediate response.

        Sorry about that. The following information will clarify your queries regarding Qt versions,

        Installed Qt 4.4.3, not Qt SDK.

        Installed Qt Creator 2.2.1.

        Even though it says, it couldn't find valid Qt versions, We could successfully compile and run Qt application using VC 9.0. But we would like to use Qt Creator to compile and debug Qt applications.

        FYI - Right now we could successfully compile and run examples and Qt application which were created earlier using Qt Creator 2.2.1

        1 Reply Last reply
        0
        • G Offline
          G Offline
          giesbert
          wrote on last edited by
          #4

          If you did not install the SDK, you have to set up the tool chain and Qt paths by hand in creator.

          Go to: Tools - options - Qt 4 - fill out here
          and you have to setup the tool chain in: Tools - options - ToolChains

          Nokia Certified Qt Specialist.
          Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

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

            Tools - Options - Qt4 => It has already auto detected Qt4 in Path "C:\Qt\4.4.3\bin\qmake.exe".

            Tools - Options - ToolChains => It has already auto detected "MinGW runtime" & "Microsoft Visual C++ Compiler 9.0 (x86)".

            So, We feel it has already sufficient info to locate qmake and compile Qt applications.

            1 Reply Last reply
            0
            • K Offline
              K Offline
              koahnig
              wrote on last edited by
              #6

              Hi Mathi77in,

              Gerolf has provided already some information to assist in setup. I guess, he has certainly more experience in that area than I do.

              However, some remarks. You should be aware that Qt compiled for msvc cannot be used with mingw. Also you cannot mix different msvc compilations (e.g. msvc 2005 and 2008).

              If you have mingw together with qt creator, you might have to compile Qt for mingw or you have already installed another version mingw of Qt newer than Qt 4.4.3 together with the creator.

              Vote the answer(s) that helped you to solve your issue(s)

              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