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. Qt creator not working/compiling
Servers for Qt installer are currently down

Qt creator not working/compiling

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
11 Posts 2 Posters 2.9k 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.
  • V Offline
    V Offline
    vinay133
    wrote on 20 Feb 2016, 14:44 last edited by
    #1

    i have installed Qt online installer in my windows 10 system. now i got qt creator,Qt designer,Qt assistant,Qt linguistic installed of Qt 5.5 and 5.4 versions in my system in c:/Qt.
    now i am trying to open example in qt assistant then i am getting following error . please help

    20:13:28: Configuration is faulty. Check the Issues view for details.
    Error while building/deploying project analogclock (kit: Desktop Qt 5.5.1 MSVC2012 32bit)
    When executing step "Make"

    vinay

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on 20 Feb 2016, 14:46 last edited by
      #2

      Since you're using (kit: Desktop Qt 5.5.1 MSVC2012 32bit) do you have Visual Studio 2012 installed too?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vinay133
        wrote on 20 Feb 2016, 14:50 last edited by
        #3

        no i have not installed msvs 2012. should i install vs2012 in my system??
        please tell some alternative to access only Qt creator in my system.

        vinay

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on 20 Feb 2016, 14:58 last edited by
          #4

          Qt Creator is only an IDE. You can access it all you want but you need a compiler to compile a program and you installed Qt version that uses Visual Studio 2012 compiler.
          Your options now are:

          • Install Visual Studio 2012 (not any other version!)
          • Go to your Qt installation directory and run MaintenanceTool.exe. Select add/remove components and on the list that comes up select (deselect everything! else): Qt -> Qt 5.5 ->MinGW 4.9.2 32bit, Qt->Tools->MinGW 4.9.2. This will install Qt Creator, Qt library compiled with MinGW compiler and the MinGW compiler itself. You won't need Visual Studio if you choose this option.
          1 Reply Last reply
          0
          • V Offline
            V Offline
            vinay133
            wrote on 20 Feb 2016, 15:03 last edited by
            #5

            can't i use only Qt creator to develop Qt code in windows system.

            vinay

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Chris Kawa
              Lifetime Qt Champion
              wrote on 20 Feb 2016, 15:07 last edited by
              #6

              Again - Qt Creator is just an IDE. Basically a text editor, like Notepad. Just with more options.

              You need a compiler to compile code. There are two major compilers on Windows that you can choose from: MSVC or MinGW.
              MSVC is shipped as part of Visual Studio and you need to install Visual Studio separately to get it.
              MinGW can be installed from Qt's online installer if you select the options I mentioned in my previous post.

              1 Reply Last reply
              0
              • V Offline
                V Offline
                vinay133
                wrote on 20 Feb 2016, 15:13 last edited by
                #7

                i hAve just installed microsoft visual c++ 2012, will this help to any instant.

                i have run the maintaince tool in Qt directory in my C:/Qt folder, then i got add or remove then i checked and clicked next. now it is showing a preparing meta information downloading with progress bar like that from long time. any suggestions . can you help me through team viewer . about this issue.

                vinay

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Chris Kawa
                  Lifetime Qt Champion
                  wrote on 20 Feb 2016, 15:15 last edited by
                  #8

                  I said you have a choice. Don't do both!
                  If you installed VS2012 then you've got all you need for option 1.
                  You don't need the maintenance tool. That is only if you choose MinGW over Visual Studio.

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    vinay133
                    wrote on 20 Feb 2016, 15:21 last edited by
                    #9

                    else i have a Ubuntu os running in my virtual machine configured with qt for embedded target. please help me to create Ubuntu as a target system (Linux) to develop a application

                    vinay

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      vinay133
                      wrote on 20 Feb 2016, 15:28 last edited by
                      #10

                      can you please help me in team viewer. i am trying this from 15 days to fix, its urgent for me please.

                      vinay

                      1 Reply Last reply
                      0
                      • V Offline
                        V Offline
                        vinay133
                        wrote on 23 Feb 2016, 10:08 last edited by
                        #11

                        Thank u so much @chris for your support. i got my Qt compiling my code

                        vinay

                        1 Reply Last reply
                        0

                        10/11

                        20 Feb 2016, 15:28

                        • Login

                        • Login or register to search.
                        10 out of 11
                        • First post
                          10/11
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved