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. Can't use Qt3D in Visual Studio 2017

Can't use Qt3D in Visual Studio 2017

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

    alt text

    I installed the latest version 5.9.1 for Windows using the installer and beta version of the addon for Visual Studio 2017.

    But I can't add these modules and I don't know why. Any suggestions?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      li0nsar3c00l
      wrote on last edited by li0nsar3c00l
      #2

      The files are already included and I can run the examples, I just can't add the modules in vc17

      edit: possible douplicate of this thread for vs13 and this thread on stackoverflow for vs15

      1 Reply Last reply
      0
      • L Offline
        L Offline
        li0nsar3c00l
        wrote on last edited by
        #3

        Hackish Solution to bypass the beta version problems:
        Go to Project Settings > VC++ Directories
        Add "$(QTDIR)\include" to include directories
        Add "$(QTDIR)\lib" to library directories
        Go to Linker > Input and add the desired library names to Additional Dependencies
        Qt53DAnimationd.lib
        Qt53DCored.lib
        Qt53DExtrasd.lib
        Qt53DInputd.lib
        Qt53DLogicd.lib
        Qt53DRenderd.lib
        for Debug Mode with the "d", for Release Mode without

        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