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. How to add Compiler and Debugger
Forum Updated to NodeBB v4.3 + New Features

How to add Compiler and Debugger

Scheduled Pinned Locked Moved Solved Installation and Deployment
11 Posts 4 Posters 2.4k Views 2 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
    mahalanobis
    wrote on last edited by
    #1

    Hello,
    I just installed Qt Creator but it doesn't have compiler and debugger. So, right now it's just useless to me. How can I fix this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      As silly as it may sound: install a compiler and a debugger.

      If you're on OS X, install Xcode.
      If you're on Linux, install g++ + gdb,
      If you're on Windows, then you selected a Visual Studio package. In that case, install the matching Visual Studio from Microsoft.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        I'm on Windows 10. How can I see which Visual Studio I selected during the installation?

        1 Reply Last reply
        0
        • jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Start the maintenance tool. Usually it is in c:\Qt\MaintenanceTool.exe. Press Skip, select "Add or remove components", press Next. Now check what is selected under Qt/Qt 5.5

          https://forum.qt.io/topic/113070/qt-code-of-conduct

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

            OK, I selected msvc 2013 . So, I dowload the compiler from this page https://www.microsoft.com/en-us/download/details.aspx?id=41151?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              No, since you selected the VS2013 you need install Visual Studio 2013. You can find it here.

              You can't use libraries built with one version of Visual Studio with another. Microsoft's compilers are not compatible one with the other.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mahalanobis
                wrote on last edited by mahalanobis
                #7

                VS Community, VS Enterprise or VS Code?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Community should be fine.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • Chris KawaC Offline
                    Chris KawaC Offline
                    Chris Kawa
                    Lifetime Qt Champion
                    wrote on last edited by Chris Kawa
                    #9

                    VS Community, VS Enterprise or VS Code?

                    VS Code is a text editor and does not contain a compiler.
                    There's no Enterprise edition of VS2013, so make sure you're looking at the right version (not VS2015).

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mahalanobis
                      wrote on last edited by
                      #10

                      OK, now it works just fine. Thanks guys.

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        Good !

                        Then please mark the thread as solved using the "Topic Tool" button so that other forum uses may know a solution has been found :)

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        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