LNK1181: cannot open input file 'Access='false'.obj'
Solved
General and Desktop
-
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
-
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.