Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Having trouble linking QT libraries in Visual Studio 2015
Qt 6.11 is out! See what's new in the release blog

Having trouble linking QT libraries in Visual Studio 2015

Scheduled Pinned Locked Moved Unsolved Brainstorm
2 Posts 2 Posters 1.1k 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.
  • D Offline
    D Offline
    daeto
    wrote on last edited by
    #1

    Hello there guys,

    I'm trying to set up QT for this OPENGL tutorial I am following but I am having trouble linking QT libraries.

    I have added the lib path into Additional Library Directories as well as specified the libraries I am going to need in Additional Dependencies but I am still getting the "unresolved external symbol" error.

    If anybody is interested, I am following this video https://www.youtube.com/watch?v=cLvxLkgHqQs which was made for Visual Studio 2012 and Qt 4 but I am using VS 2015 and QT 5.6.

    At around 11:10 is where he links the libraries and stops getting the error but I get the error even after linking the libraries and specifying the .lib files in Additional Dependencies.

    Would really appreciate any help.

    Thank you.

    raven-worxR 1 Reply Last reply
    0
    • D daeto

      Hello there guys,

      I'm trying to set up QT for this OPENGL tutorial I am following but I am having trouble linking QT libraries.

      I have added the lib path into Additional Library Directories as well as specified the libraries I am going to need in Additional Dependencies but I am still getting the "unresolved external symbol" error.

      If anybody is interested, I am following this video https://www.youtube.com/watch?v=cLvxLkgHqQs which was made for Visual Studio 2012 and Qt 4 but I am using VS 2015 and QT 5.6.

      At around 11:10 is where he links the libraries and stops getting the error but I get the error even after linking the libraries and specifying the .lib files in Additional Dependencies.

      Would really appreciate any help.

      Thank you.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @daeto
      did you specify an absolute or relative lib path in the project's AdditionalLibraryDirectories property?
      What libs did you add to the project's AdditionalDependencies property?
      And what does the errors exactly say?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1

      • Login

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