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. Release build in Visual Studio linker error 2005

Release build in Visual Studio linker error 2005

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
visualstudiolinker errorsbuild error
1 Posts 1 Posters 518 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.
  • B Offline
    B Offline
    Ben-TM
    wrote on 26 Mar 2019, 11:11 last edited by
    #1

    Hey,

    I'm new to Qt using it primarily for GUI creation. I've created a Project including some serial devices and cameras within Visual Studio using the msvc++2015 compiler and the QT visual studio tools 2.3.2. The program is working well using it in debug mode but once I try to build it in release mode there are several linker errors 2005 most of them saying that some Qt classes and their members are already defined in Qt5Bootstrap.lib. Since the differences between release and debug configuration are only the switched off debugging options and changing *d.lib to *.lib of all Qt libraries I reckon that the problem is caused by the lib files.

    It would be nice if someone could help me with that problem.

    Thanks in advance,
    Ben

    1 Reply Last reply
    0

    1/1

    26 Mar 2019, 11:11

    • Login

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