Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [Moved] Qt Creator saying no valid qt versions found please add a qt version when creating a new project
Forum Updated to NodeBB v4.3 + New Features

[Moved] Qt Creator saying no valid qt versions found please add a qt version when creating a new project

Scheduled Pinned Locked Moved Qt Creator and other tools
68 Posts 8 Posters 64.8k 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.
  • T Offline
    T Offline
    thisisbhaskar
    wrote on last edited by
    #18

    wow.. don't what that is..

    1. open your qt command prompt and run make install.

    To get to qt command promopt -> windows desktop -> start -> all programs -> find qt here -> you should find a command prompt inside qt..

    From that run "make install".. and try again to see if Qt Creator detects it.

    Or
    2) Add qmake.exe dir to PATH variable.. if you qmake.exe is in c:\qt\bin, add c:\qt\bin to PATH variable. Now open Qt Creator, and Qt Creator should automatically detect your Qt. Check it from Tools > Options... > Qt4 >

    Sorry to see that you run in to lot of problems..

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lordmonkey-2
      wrote on last edited by
      #19

      NOW I SEE... I was adding Qt version ( qmake ) from ..qt/make dir instead of ..qt/bin dir .
      So now as I have added this I have this "problem"

      !http://i.imgur.com/b0FX0.png!

      And the creator is still saying that there is no qt version :/
      When I try to build these Helpers (whatever they are ) I get a message that "the qt version has no tool chain"

      1 Reply Last reply
      0
      • T Offline
        T Offline
        thisisbhaskar
        wrote on last edited by
        #20

        :( .. I will download qt libraries and see how it goes for me.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          thisisbhaskar
          wrote on last edited by
          #21

          it works just fine for me..

          And from the image you have attached, your setup is just fine. Now you should be able to build qt apps from you Qt-Creator. Try it and let us know if it works from Qt-Creator.
          [quote author="lordmonkey" date="1309183701"]
          And the creator is still saying that there is no qt version :/
          [/quote]
          Where is it saying there is no qt version?? I don't see it in the image you have posted. Is it complaining when you try to build an app... if this is the case,

          1. open qt project
          2. Click on "Projects" button
          3. Highlight the build setup "Desktop"
          4. Click on drop down list for Qt Version, and select "Desktop" ( since you have named your qt to Desktop)
          5. Now try to build your application.
          1 Reply Last reply
          0
          • L Offline
            L Offline
            lordmonkey-2
            wrote on last edited by
            #22

            But I cannot open any project (e.g. an example from 'qt c++ tutorials' ) or create one because it keeps saying that I do not have any qt version installed.

            !http://img717.imageshack.us/img717/4317/unledqxa.png!

            1 Reply Last reply
            0
            • T Offline
              T Offline
              thisisbhaskar
              wrote on last edited by
              #23

              you have a Target called "Desktop" added. I don't know whey its not showing it here.

              Did you try "Auto-detected" approach like the one I mentioned in my previous posts. Probably worth giving it a try.

              "
              2) Add qmake.exe dir to PATH variable.. if you qmake.exe is in c:\qt\bin, add c:\qt\bin to PATH variable. Now open Qt Creator, and Qt Creator should automatically detect your Qt. Check it from Tools > Options… > Qt4 >"

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lordmonkey-2
                wrote on last edited by
                #24

                Something like that ?

                !http://img577.imageshack.us/img577/5499/unledhnl.png!

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  thisisbhaskar
                  wrote on last edited by
                  #25

                  exactly ... does this work now.. you have "Qt in Path" in Version name and you should get this when you are creating a new project in Target selection page.

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    lordmonkey-2
                    wrote on last edited by
                    #26

                    It does not work... I have no idea at all what can I do more.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      thisisbhaskar
                      wrote on last edited by
                      #27

                      Wired.. now its time some "TROLLS" come in and help us :).

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

                        Do you have a tool chain set up?

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          lordmonkey-2
                          wrote on last edited by
                          #29

                          I do have something like that.

                          !http://img641.imageshack.us/img641/9916/unledis.png!

                          and btw: does it make a difference if I have VS 2010 and I have downloaded libraries for 2008 ?

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

                            Thats it: You have no tool chain set up for your Qt version:-( You need a Qt build with MSVC2010 if you want to use that tool chain.

                            ToDo: Improve the error message in the project setup wizard.

                            1 Reply Last reply
                            0
                            • L Offline
                              L Offline
                              lordmonkey-2
                              wrote on last edited by
                              #31

                              Thanks for diagnosing that but can you explain that a little bit more ?

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

                                Filed a bug to clarify the message in the target setup page: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5248

                                You do not have a tool chain set up that Qt Creator can use to build stuff using the Qt version you have defined. It is not possible to mix a Qt build with MSVC2008 with binaries build with MSVC2010, so that is not offered.

                                Please either downgrade your compiler to MSVC2008 or set up a Qt version build with MSVC2010. I know this sucks, but there is little we can do about this (except to improve the error messages in Creator of course).

                                1 Reply Last reply
                                0
                                • L Offline
                                  L Offline
                                  lordmonkey-2
                                  wrote on last edited by
                                  #33

                                  [quote author="Tobias Hunger" date="1309275327"]or set up a Qt version build with MSVC2010.[/quote]

                                  How can I do that ?

                                  1 Reply Last reply
                                  0
                                  • T Offline
                                    T Offline
                                    thisisbhaskar
                                    wrote on last edited by
                                    #34

                                    or can he get qt libraries built with minGW , download minGW tools , and then use it them in qt creator..
                                    this way don't need to compile the sources??????

                                    One drawback is you can not use VisualStudio to develop / debug qt apps.

                                    1 Reply Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      lordmonkey-2
                                      wrote on last edited by
                                      #35

                                      WRRR...

                                      It's freaking impossible. I have just uninstalled msvc version and installed this one for mingw and... the same seg fault as I had in the beginning....

                                      1 Reply Last reply
                                      0
                                      • L Offline
                                        L Offline
                                        lordmonkey-2
                                        wrote on last edited by
                                        #36

                                        Sorry for bumping but :
                                        no rescue for me ?

                                        1 Reply Last reply
                                        0
                                        • L Offline
                                          L Offline
                                          loladiro
                                          wrote on last edited by
                                          #37

                                          So, you get a SIGSEV when running. That can have a lot of reason (in fact, it's the most common error you'll get). What program did you try to run? What you could also try is to "Clear System environment" in the Qt Creator project settings (to make sure you use the correct libs).

                                          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