How to fix error LNK1181: cannot open input file 'debug\main.obj'
Hi,
I'm using Qt 5.1.1 for Windows 8.1 64-bit.
When I move project to another URL (another drive of my computer), I have this error:
LNK1181: cannot open input file 'debug\main.obj'
This message will be displayed in compile output pane:
The file does not found error in the old address.
I clean project and run qmake and rebuild, but it is not useful.
Re: How to fix error LNK1181: cannot open input file 'debug\main.obj'
If You use QtCreator there is a section/button named project. Perhaps You have to change there some paths to make environment to know where compiled object files are located.