Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. LNK2011: precompiled object not linked in; image may not run
Forum Updated to NodeBB v4.3 + New Features

LNK2011: precompiled object not linked in; image may not run

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.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.
  • R Offline
    R Offline
    Renzo
    wrote on last edited by
    #1

    Hi. I’m new to Qt and I now port the project from Qt 4.8.4 to Qt 5.1.0 (Windows 7, msvc2012 x64). I have the following issue. The project has the plagin system. One plugin requires the object file generated by other plugin (I added plugin1.depends = plugin2 into the .pro file). In the Qt 4.8.4, to solve this problem (unresloved external symbols), I just add OBJECTS + =... into the .pro file. Now it doesn't work. There is a error at linking:
    LNK2011: Precompiled object not linked in; image may not run

    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