When I click "rebuild" for the debug helper for a static build of Qt using MSVC 2008 and Creator 2.0, I get the error below. This is probably because the debugger doesn't support static build of Qt, Qt Creator should know this and display an error like "Debugging helper not supported for static Qt builds."
Best regards, --Charles Burns --------------------------------------------------------------------- Building debugging helper library in C:/Qt/4.6.3-msvc-static/qtc-debugging-helper/ Running C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/BIN/nmake.exe distclean... Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f Makefile.Release distclean Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. del tmp\obj\release_static\gdbmacros.obj del tmp\obj\release_static\gdbmacros.intermediate.manifest release\gdbmacros.exp Could Not Find C:\Qt\4.6.3-msvc-static\qtc-debugging-helper\tmp\obj\release_static\gdbmacros.intermediate.manifest del release\gdbmacros.dll Could Not Find C:\Qt\4.6.3-msvc-static\qtc-debugging-helper\release\gdbmacros.dll del Makefile.Release "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f Makefile.Debug distclean Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. del tmp\obj\debug_static\gdbmacros.obj Could Not Find C:\Qt\4.6.3-msvc-static\qtc-debugging-helper\tmp\obj\debug_static\gdbmacros.obj del -- "Be kind, for everyone you meet is fighting a hard battle." --Plato _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
