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. qt LNK1104: cannot open file 'fwupgrade.lib'

qt LNK1104: cannot open file 'fwupgrade.lib'

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

    While debugging my Qt project in debug mode I am getting an error " qt LNK1104: cannot open file 'fwupgrade.lib' ". I am able to build it successfully in release mode. Please give me a quick suggestion.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Do you have a relative path that is being interpreted with respect to different shadow build directories?

      Where is it looking for the file? Look at the compiler/linker command line, including library paths, for a build in release mode and see if it is the same in debug mode.

      A 1 Reply Last reply
      0
      • C ChrisW67

        Do you have a relative path that is being interpreted with respect to different shadow build directories?

        Where is it looking for the file? Look at the compiler/linker command line, including library paths, for a build in release mode and see if it is the same in debug mode.

        A Offline
        A Offline
        Amarjit123
        wrote on last edited by
        #3

        @ChrisW67 Thank you.. I could figure out there is some issue with the debug library

        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