Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Using Qt 5.7 with MSVC compiler
Forum Updated to NodeBB v4.3 + New Features

Using Qt 5.7 with MSVC compiler

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
msvc2013qt 5.7qtwebengineqtwebkitmingw
4 Posts 3 Posters 5.8k 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.
  • PapercutP Offline
    PapercutP Offline
    Papercut
    wrote on last edited by
    #1

    Hi all, hope this is the right place to post my issue.
    From several days, i'm trying to compile my project with the new Qt 5.7 library on Windows 10.
    Before(Qt 5.5), i was using Mingw(still on Windows 10) and everyting was going fine.
    The problem is that in this project i need to use qtwebkit so i ported everything to qtwebengine.(qtwebkit seems to be replaced by qtwebengine http://doc.qt.io/qt-5/qtwebengine-overview.html)
    Unfortunately, Mingw does not support qtwebengine, so i had to download and use MSVC compiler from Visual Studio.
    Now everytime i try to compile with MSVC2013 compiler i get this error:

    C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h(147) : fatal error C1189: #error : "No Target Architecture"

    and the compiler point me inside the file winnt.h:

        #elif !defined(RC_INVOKED)
        #error "No Target Architecture"
        #endif
    

    what i'm doing wrong?

    Thanks to all.

    1 Reply Last reply
    1
    • 6thC6 Offline
      6thC6 Offline
      6thC
      wrote on last edited by 6thC
      #2

      Are you using the windows 8.1 kit for windows10?
      This is my Build & Run Kits if it's useful.
      [EDIT:: added links to images (uploads seem to have issues)]
      https://drive.google.com/file/d/0B8djrI3kXO9_LThSVEJ2MUFZZGM/view?usp=sharing
      Directory
      https://drive.google.com/file/d/0B8djrI3kXO9_T3FkQzN0MGNyR00/view?usp=sharing
      https://drive.google.com/file/d/0B8djrI3kXO9_SnpZYmtKYlRMZVU/view?usp=sharing

      1 Reply Last reply
      3
      • 6thC6 Offline
        6thC6 Offline
        6thC
        wrote on last edited by
        #3

        I suppose I should make it obvious I was implying you should probably try the windows 10 kit.
        https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk

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

          Hi,

          Did you also install Qt for MSVC2013 ?

          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