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. LNK1181: cannot open input file 'Access='false'.obj'
Forum Updated to NodeBB v4.3 + New Features

LNK1181: cannot open input file 'Access='false'.obj'

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 1.3k 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.
  • CKurduC Offline
    CKurduC Offline
    CKurdu
    wrote on last edited by A Former User
    #1

    Hi Everybody,
    I am writing my code in Qt 5.6 and I am using microsoft c++ compiler under windows 10. I added below code to the project file for administrator requirement under windows os.

    win32-msvc* {
    CONFIG += embed_manifest_exe
    QMAKE_LFLAGS_WINDOWS += $$quote( /MANIFESTUAC:"level='requireAdministrator' Access='false'" )
    }
    

    Bu unfortunetly I am getting this message from compiler.

    LNK1181: cannot open input file 'Access='false'.obj'

    Best Regards

    You reap what you sow it

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Just a note. did forum ate the slashes?

      QMAKE_LFLAGS_WINDOWS += $$quote( /MANIFESTUAC:\"level=\'requireAdministrator\' uiAccess=\'false\'\" )
      

      This is how I have seen it talked about. No Vs here so cant check.

      1 Reply Last reply
      1
      • CKurduC Offline
        CKurduC Offline
        CKurdu
        wrote on last edited by CKurdu
        #3

        Hi
        I found the error by the help of your code. access='false' should be uiAccess='false'.
        Thank you very much.

        You reap what you sow it

        mrjjM 1 Reply Last reply
        1
        • CKurduC CKurdu

          Hi
          I found the error by the help of your code. access='false' should be uiAccess='false'.
          Thank you very much.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @CKurdu
          Super :)
          Totally random, but sometimes one do get lucky :)

          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