I compiled the Qt5.1 static using these command(Source files in the D:\qt51)
1. configure -prefix E:\DevelopTools\Qt5.1_static_vc2012_64 -opensource -confirm-license -static -platform win32-msvc2012 -debug-and-release -no-icu -opengl desktop -skip qtwebkit -nomake demos -nomake examples -nomake tests -mp”
2. nmake
3. nmake install
Everything goes fine but when I make a new project in the Creator,the error shows:
ERROR:LNK1104: Cann’t open file“D:\qt51\qtbase\lib\Qt5PlatformSupportd.lib”
I think this error is caused by the MakeFile.Debug, because in the MakeFile.Debug there is a line in the LIBS “D:\qt51\qtbase\lib\Qt5PlatformSupportd.lib”
Does anyone know how to fix it?
↧