Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. what folders of vs2015 need for msvc2015_64 building

what folders of vs2015 need for msvc2015_64 building

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 4 Posters 2.2k 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.
  • a-r-tA Offline
    a-r-tA Offline
    a-r-t
    wrote on last edited by
    #1

    On an other pc, i have installed the Visual Studio 2015,
    what are the only folders i need to move to this pc i work.
    as you understand i dont want to install the all Visual Studio here.
    and what other have to do manual to set the Qt Creator for this purpose.

    if someone could give me this information or advise to a link i would be thankful.

    Thank you !

    JKSHJ 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      http://www.tripleboot.org/?p=138
      http://www.bogotobogo.com/Qt/Qt5_Deploy_Windows_Plugins_Platforms_qwindows.php

      1 Reply Last reply
      0
      • a-r-tA a-r-t

        On an other pc, i have installed the Visual Studio 2015,
        what are the only folders i need to move to this pc i work.
        as you understand i dont want to install the all Visual Studio here.
        and what other have to do manual to set the Qt Creator for this purpose.

        if someone could give me this information or advise to a link i would be thankful.

        Thank you !

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        @a-r-t said:

        as you understand i dont want to install the all Visual Studio here.

        Microsoft used to provide Windows SDK separately, but it doesn't do that anymore. The only (official) way to get the Visual C++ compiler is to install Visual Studio. The Community edition is free.

        what are the only folders i need to move to this pc i work.

        If I'm not mistaken, copying files and folders is not enough. You also need to set some registry keys. I don't recommend doing all this manually.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        kshegunovK 1 Reply Last reply
        0
        • JKSHJ JKSH

          @a-r-t said:

          as you understand i dont want to install the all Visual Studio here.

          Microsoft used to provide Windows SDK separately, but it doesn't do that anymore. The only (official) way to get the Visual C++ compiler is to install Visual Studio. The Community edition is free.

          what are the only folders i need to move to this pc i work.

          If I'm not mistaken, copying files and folders is not enough. You also need to set some registry keys. I don't recommend doing all this manually.

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by kshegunov
          #4

          @JKSH said:

          Microsoft used to provide Windows SDK separately, but it doesn't do that anymore.

          Really??! Wow!

          The only (official) way to get the Visual C++ compiler is to install Visual Studio. The Community edition is free.

          This is pretty inconsiderate (to phrase it mildly) of them. Visual Studio (even the community edition) is some GBs and installs all sorts of unneeded things along ... and all this for a batch file with variables and a compiler + linker all amounting to a few MBs ... sad ...

          Read and abide by the Qt Code of Conduct

          JKSHJ 1 Reply Last reply
          0
          • kshegunovK kshegunov

            @JKSH said:

            Microsoft used to provide Windows SDK separately, but it doesn't do that anymore.

            Really??! Wow!

            The only (official) way to get the Visual C++ compiler is to install Visual Studio. The Community edition is free.

            This is pretty inconsiderate (to phrase it mildly) of them. Visual Studio (even the community edition) is some GBs and installs all sorts of unneeded things along ... and all this for a batch file with variables and a compiler + linker all amounting to a few MBs ... sad ...

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            Ooh, actually... Microsoft recently announced that they will soon provide standalone C++ tools again: https://blogs.msdn.microsoft.com/vcblog/2015/11/02/announcing-visual-c-build-tools-2015-standalone-c-tools-for-build-environments/ I just found out today after some searching.

            It's not ready yet, but this is a step in the right direction.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            4
            • a-r-tA Offline
              a-r-tA Offline
              a-r-t
              wrote on last edited by
              #6

              wow seems these news you revealed JKSH, are not just promising are reality


              Update 12/1/2015: Link above was fixed to point to the latest Update 1 release that contains the Visual Studio 2015 Update 1 RTM compilers and libraries.

              The Update 1 installer will install the following components:
              Visual C++ Compilers (targeting x86, X64 and ARM)
              Visual C++ headers & libraries (CRT & STL)
              Visual C++ build scripts (targeting Windows desktop)
              Microsoft Build Tools 2015 (MSBuild)
              Windows SDK 8.1 (optional, on by default)
              Windows SDK 10 (optional, off by default)
              C++ Build tools specific command prompts


              i wonder if someone have use it yet ?

              1 Reply Last reply
              0
              • a-r-tA Offline
                a-r-tA Offline
                a-r-t
                wrote on last edited by
                #7

                There's no need to install Visual Studio to get MSVC. Microsoft now provides a package called Microsoft Visual C++ Build Tools 2015 that contains only the tool chain, without the IDE or other language support. It can be downloaded from the official download page from the section "Tools for Visual Studio 2015 - > Microsoft Visual C++ Build Tools 2015".

                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