PDA

View Full Version : How to fix error LNK1181: cannot open input file 'debug\main.obj'



neda
16th February 2016, 08:50
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.

code_err
16th February 2016, 17:56
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.