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
QtWS25 Last Chance

Setup MSVS2017 compiler

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 458 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.
  • NabiN Offline
    NabiN Offline
    Nabi
    wrote on 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
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on 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
      • NabiN Offline
        NabiN Offline
        Nabi
        wrote on 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
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on 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

          • Login

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