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. Setup MSVS2017 compiler
Forum Update on Tuesday, May 27th 2025

Setup MSVS2017 compiler

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 458 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.
  • N Offline
    N Offline
    Nabi
    wrote on 19 Oct 2018, 16:24 last edited by Nabi
    #1

    Hi!
    I am trying to setup MSVS2017 x64 compiler, but where is compiler directory?
    0_1539966664710_compiler_setup.jpg
    Thanks for any advice or comment!

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 19 Oct 2018, 17:19 last edited by
      #2

      Hi
      It seems you have installed UWP ( for "metro" apps development, not desktop type)
      Is this intended ?

      1 Reply Last reply
      2
      • N Offline
        N Offline
        Nabi
        wrote on 19 Oct 2018, 17:40 last edited by
        #3

        @mrjj Thanks for comment. No, it's not intended. I am trying to develop desktop app and I'm using external library, which compiled with new version of compiler, that'a way I need compile my project with new version.
        I have this error while compiling with MinGw compiler: https://forum.qt.io/topic/95677/error-on-webrtc-base-sigslot-h-file-error-expected-before-token-void-emit-args-args-const

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 19 Oct 2018, 17:56 last edited by
          #4

          @Nabi
          Ok, try
          Close creator
          delete any projectname.pro.USER file
          open project again
          It will ask what kit to use
          make sure you select the right visual studio 32/64 bit kit.

          Visual studio 2015 is compatible with vs 2017 so if that external lib is
          vs 2017, vs 2015 should still work,

          it seems you installed UWP Qt 2017 and selected that for the project.
          That is not for desktop so you should try your other kits.

          1 Reply Last reply
          2

          1/4

          19 Oct 2018, 16:24

          • Login

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