Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

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

    General and Desktop
    1
    1
    2609
    Loading More Posts
    • 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
      Renzo last edited by

      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 Reply Quote 0
      • First post
        Last post