:-1: error: LNK1181: cannot open input file 'E:\myqt\5.5.1\build-msvc2013\qtbase\lib\Qt5Core.lib'
Unsolved
General and Desktop
-
Hi,
I compiled qt5.5.1
from source. Added its kit in qt-creator.But I changed its path on my disk.(Because i need to arrange my files.)
New path of this kit is:
E:\myqt\5.5.1\install\msvc2013\32bit
I realized that whenever you changed your kit location, you should add a
qt.conf
file in bin directory:
http://doc.qt.io/qt-5/qt-conf.htmlI did it and everything seems fine.
But If I create a widget project and try to build it, I'll get this error message:
:-1: error: LNK1181: cannot open input file 'E:\myqt\5.5.1\build-msvc2013\qtbase\lib\Qt5Core.lib'
Seems it still refer to previous address!