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. Qt 5.15 from source not working with VS Tools
Forum Updated to NodeBB v4.3 + New Features

Qt 5.15 from source not working with VS Tools

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 1 Posters 230 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.
  • V Offline
    V Offline
    VainRavebot
    wrote on last edited by
    #1

    I have a project consisting of a few in house libraries using Qt and a main application project also utilizing Qt. I wanted to step into the code of Qt to see why exactly a problem was occurring in the backend since I exhausted all other ideas. For that purpose, I grabbed the 5.15.0 Git repo and after some small set-up issues, I got a clean configure and nmake / nmake install.
    I am running on Windows 10 with Visual Studio 2017 and have the VS Tools installed in addition to that. I have added the new version of Qt produced from the nmake install through VS Tools but everytime i try to switch to this version for the separate projects it throws an Error "The following error occurred: " without any further information, the Qt VS Tools log is empty as well as all other logs.
    When going through the nmake I saw some warnings, but the finished output said it was successful. Have i overlooked something or are there other steps I'm missing?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VainRavebot
      wrote on last edited by
      #2

      After some more debugging I found out, that when linking the compiled Qt Version in the Qt VS Tools I get an error that says

      Project ERROR: Could not find feature shared.
      --- qmake(8968): exit code 3 (201.9 msecs)
      

      I am assuming that something has gone wrong in the build process. Is there any advice on how to resolve this issue?

      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