Can't build Qt5.0.1 debug mode with vs2010
-
I was able to build the release mode with vs2010, but when I built the debug mode, I saw the following error:
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved."c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe" -
f Makefile.Release
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.NMAKE : fatal error U1073: don't know how to make 'C:\Qt\Qt5.0.1_debug\qtbase\li
b\Qt5Bootstrap.lib'
Stop.why does it pick up Makefile.Release even I requested debug?
what does Qt5Bootstrap.lib do? i have never heard of this libhere is my configure command line:
configure -opengl desktop -debug
-
Hi,
From the above comment it seems like you have debug folder in folder like ..C:\Qt\Qt5.0.1_debug..
This seems to be a problem. Refer to the link
http://www.qtcentre.org/threads/52763-Qt5-source-build-problem-on-Windows