I'm trying to build the MSVC debug helpers, but I'm getting a bunch of linker
errors, so it's not working.

QT 4.5.2
Wndows XPp
VS 2008

I built a custom (static!) Qt  using VS2008 and it seems to be working okay. I
can debug just fine. But when I click the Rebuild button for the helpers, I get:

Building debugging helper library in C:/Qt/2009.03/qtvc/qtc-debugging-helper/

Running C:/Program Files/Microsoft Visual Studio 9.0/VC/BIN/nmake.exe clean...

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f 
Makefile.Debug clean

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    del tmp\obj\debug_static\gdbmacros.obj
    del tmp\obj\debug_static\gdbmacros.intermediate.manifest 
debug\gdbmacros.exp debug\gdbmacros.pdb debug\gdbmacros.ilk vc*.pdb vc*.idb
    "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f 
Makefile.Release clean

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    del tmp\obj\release_static\gdbmacros.obj
Could Not Find 
C:\Qt\2009.03\qtvc\qtc-debugging-helper\tmp\obj\release_static\gdbmacros.obj
    del tmp\obj\release_static\gdbmacros.intermediate.manifest 
release\gdbmacros.exp
Could Not Find 
C:\Qt\2009.03\qtvc\qtc-debugging-helper\tmp\obj\release_static\gdbmacros.intermediate.manifest
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\release\gdbmacros.exp
    del "tmp\obj\debug_static\gdbmacros.intermediate.manifest"
Could Not Find 
C:\Qt\2009.03\qtvc\qtc-debugging-helper\tmp\obj\debug_static\gdbmacros.intermediate.manifest
    del gdbmacros.exp
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\gdbmacros.exp
    del gdbmacros.pdb
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\gdbmacros.pdb
    del gdbmacros.ilk
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\gdbmacros.ilk
    del vc*.pdb
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\vc*.pdb
    del vc*.idb
Could Not Find C:\Qt\2009.03\qtvc\qtc-debugging-helper\vc*.idb

Running C:/Qt/2009.03/qtvc/bin/qmake.exe ...

Running C:/Program Files/Microsoft Visual Studio 9.0/VC/BIN/nmake.exe ...

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    "C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f 
Makefile.Debug all

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

    cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DHAS_QOBJECT_P_H -DQT_DLL 
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\include\QtCore" 
-I"..\include\QtGui" -I"..\include" -I"..\include\ActiveQt" 
-I"tmp\moc\debug_static" -I"..\mkspecs\win32-msvc2008" -Fotmp\obj\debug_static\ 
@C:\DOCUME~1\jdarnold\LOCALS~1\Temp\nm31.tmp
gdbmacros.cpp
.\gdbmacros.cpp(505) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(512) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(519) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(526) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(533) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(540) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(547) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(555) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
.\gdbmacros.cpp(768) : warning C4809: switch statement has redundant 'default' 
label; all possible 'case' labels are given
.\gdbmacros.cpp(861) : warning C4996: 'sscanf': This function or variable may 
be unsafe. Consider using sscanf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(324) : 
see declaration of 'sscanf'
.\gdbmacros.cpp(974) : warning C4996: 'sprintf': This function or variable may 
be unsafe. Consider using sprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(366) : 
see declaration of 'sprintf'
    link /LIBPATH:"c:\Qt\2009.03\qtvc\lib" /LIBPATH:"c:\Qt\2009.03\qtvc\lib" 
/NOLOGO /DEBUG /DLL /MANIFEST 
/MANIFESTFILE:"tmp\obj\debug_static\gdbmacros.intermediate.manifest" 
/OUT:debug\gdbmacros.dll @C:\DOCUME~1\jdarnold\LOCALS~1\Temp\nm32.tmp
   Creating library debug\gdbmacros.lib and object debug\gdbmacros.exp
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QByteArray::constData(void)const " (__imp_?constd...@qbytearray@@QBEPBDXZ) 
referenced in function "public: struct A0x589c70dc::QDumper & __thiscall 
`anonymous namespace'::QDumper::operator<<(class QByteArray const &)" 
(??6qdum...@?a0x589c70dc@@qaeaa...@abvqbytearray@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QByteArray::size(void)const " 
(__imp_?s...@qbytearray@@QBEHXZ) referenced in function "public: struct 
A0x589c70dc::QDumper & __thiscall `anonymous 
namespace'::QDumper::operator<<(class QByteArray const &)" 
(??6qdum...@?a0x589c70dc@@qaeaa...@abvqbytearray@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar const * __thiscall 
QString::constData(void)const " (__imp_?constd...@qstring@@QBEPBVQChar@@XZ) 
referenced in function "public: struct A0x589c70dc::QDumper & __thiscall 
`anonymous namespace'::QDumper::operator<<(class QString const &)" 
(??6qdum...@?a0x589c70dc@@qaeaa...@abvqstring@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QString::size(void)const " 
(__imp_?s...@qstring@@QBEHXZ) referenced in function "public: struct 
A0x589c70dc::QDumper & __thiscall `anonymous 
namespace'::QDumper::operator<<(class QString const &)" 
(??6qdum...@?a0x589c70dc@@qaeaa...@abvqstring@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) int __cdecl qstrcmp(char const *,char const *)" 
(__imp_?qstrcmp@@yahp...@z) referenced in function "bool __cdecl `anonymous 
namespace'::isEqual(char const *,char const *)" 
(?iseq...@?a0x589c70dc@@ya_np...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QDebug::~QDebug(void)" 
(__imp_??1QDebug@@q...@xz) referenced in function _qDumpObjectData440
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QDebug & __thiscall 
QDebug::operator<<(int)" (__imp_??6QDebug@@qaea...@h@Z) referenced in function 
_qDumpObjectData440
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QDebug & __thiscall 
QDebug::operator<<(char const *)" (__imp_??6QDebug@@qaea...@pbd@Z) referenced 
in function _qDumpObjectData440
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) class QDebug __cdecl qDebug(void)" 
(__imp_?qDebug@@YA?AVQDebug@@XZ) referenced in function _qDumpObjectData440
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QModelIndex::~QModelIndex(void)" 
(__imp_??1QModelIndex@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QModelIndex::row(void)const " 
(__imp_?...@qmodelindex@@QBEHXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QModelIndex::column(void)const " 
(__imp_?col...@qmodelindex@@QBEHXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void * __thiscall 
QModelIndex::internalPointer(void)const " 
(__imp_?internalpoin...@qmodelindex@@QBEPAXXZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper 
&)" (?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QVariant::~QVariant(void)" 
(__imp_??1QVariant@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QString::~QString(void)" 
(__imp_??1QString@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QVariant::toString(void)const " (__imp_?tostr...@qvariant@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItem(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QAbstractItemModel const * __thiscall 
QModelIndex::model(void)const " 
(__imp_?mo...@qmodelindex@@QBEPBVQAbstractItemModel@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQAbstractItem(struct 
A0x589c70dc::QDumper &)" (?qdumpqabstracti...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QMetaObject::className(void)const " (__imp_?classn...@qmetaobject@@QBEPBDXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItemModel(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstractitemmo...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QObject::objectName(void)const " (__imp_?objectn...@qobject@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItemModel(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstractitemmo...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QModelIndex::QModelIndex(void)" 
(__imp_??0QModelIndex@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQAbstractItemModel(struct A0x589c70dc::QDumper &)" 
(?qdumpqabstractitemmo...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const __thiscall QByteArray::at(int)const " 
(__imp_...@qbytearray@@qbe?...@z) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQByteArray(struct A0x589c70dc::QDumper &)" 
(?qdumpqbytear...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QByteArray::~QByteArray(void)" 
(__imp_??1QByteArray@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQByteArray(struct A0x589c70dc::QDumper &)" 
(?qdumpqbytear...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QByteArray __thiscall 
QByteArray::left(int)const " (__imp_?l...@qbytearray@@qbe?...@h@Z) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQByteArray(struct 
A0x589c70dc::QDumper &)" (?qdumpqbytear...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QByteArray::isEmpty(void)const " 
(__imp_?isem...@qbytearray@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQByteArray(struct A0x589c70dc::QDumper &)" 
(?qdumpqbytear...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: unsigned int __thiscall 
QDateTime::toTime_t(void)const " (__imp_?totim...@qdatetime@@QBEIXZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQDateTime(struct 
A0x589c70dc::QDumper &)" (?qdumpqdatet...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QDateTime::toString(enum Qt::DateFormat)const " 
(__imp_?tostr...@qdatetime@@QBE?AVQString@@w4datefor...@qt@@@Z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQDateTime(struct 
A0x589c70dc::QDumper &)" (?qdumpqdatet...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QDateTime::isNull(void)const " 
(__imp_?isn...@qdatetime@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQDateTime(struct A0x589c70dc::QDumper &)" 
(?qdumpqdatet...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QDir::canonicalPath(void)const " (__imp_?canonicalp...@qdir@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQDir(struct 
A0x589c70dc::QDumper &)" (?qdumpq...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QDir::absolutePath(void)const " (__imp_?absolutep...@qdir@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQDir(struct 
A0x589c70dc::QDumper &)" (?qdumpq...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall QDir::path(void)const " 
(__imp_?p...@qdir@@QBE?AVQString@@XZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQDir(struct A0x589c70dc::QDumper &)" 
(?qdumpq...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFile::exists(void)const " 
(__imp_?exi...@qfile@@QBE_NXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFile(struct A0x589c70dc::QDumper &)" 
(?qdumpqf...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFile::fileName(void)const " (__imp_?filen...@qfile@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQFile(struct 
A0x589c70dc::QDumper &)" (?qdumpqf...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QDateTime __thiscall 
QFileInfo::lastRead(void)const " 
(__imp_?lastr...@qfileinfo@@QBE?AVQDateTime@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QDateTime __thiscall 
QFileInfo::lastModified(void)const " 
(__imp_?lastmodif...@qfileinfo@@QBE?AVQDateTime@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QDateTime::~QDateTime(void)" 
(__imp_??1QDateTime@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QDateTime __thiscall 
QFileInfo::created(void)const " (__imp_?crea...@qfileinfo@@QBE?AVQDateTime@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isWritable(void)const 
" (__imp_?iswrita...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isSymLink(void)const 
" (__imp_?issyml...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isRoot(void)const " 
(__imp_?isr...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isRelative(void)const 
" (__imp_?isrelat...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isReadable(void)const 
" (__imp_?isreada...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isHidden(void)const " 
(__imp_?ishid...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isFile(void)const " 
(__imp_?isf...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QFileInfo::isExecutable(void)const " (__imp_?isexecuta...@qfileinfo@@QBE_NXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isDir(void)const " 
(__imp_?is...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::isAbsolute(void)const 
" (__imp_?isabsol...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::exists(void)const " 
(__imp_?exi...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QFileInfo::caching(void)const " 
(__imp_?cach...@qfileinfo@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QFlags<enum QFile::Permission> __thiscall 
QFileInfo::permissions(void)const " 
(__imp_?permissi...@qfileinfo@@qbe?av?$qfl...@w4permission@QFile@@@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: unsigned int __thiscall 
QFileInfo::ownerId(void)const " (__imp_?owne...@qfileinfo@@QBEIXZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQFileInfo(struct 
A0x589c70dc::QDumper &)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: unsigned int __thiscall 
QFileInfo::groupId(void)const " (__imp_?grou...@qfileinfo@@QBEIXZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQFileInfo(struct 
A0x589c70dc::QDumper &)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::path(void)const " (__imp_?p...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::owner(void)const " (__imp_?ow...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::group(void)const " (__imp_?gr...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::fileName(void)const " (__imp_?filen...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::baseName(void)const " (__imp_?basen...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::completeSuffix(void)const " 
(__imp_?completesuf...@qfileinfo@@QBE?AVQString@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::completeBaseName(void)const " 
(__imp_?completebasen...@qfileinfo@@QBE?AVQString@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::canonicalFilePath(void)const " 
(__imp_?canonicalfilep...@qfileinfo@@QBE?AVQString@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::canonicalPath(void)const " 
(__imp_?canonicalp...@qfileinfo@@QBE?AVQString@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::absoluteFilePath(void)const " 
(__imp_?absolutefilep...@qfileinfo@@QBE?AVQString@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper 
&)" (?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::absolutePath(void)const " 
(__imp_?absolutep...@qfileinfo@@QBE?AVQString@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QFileInfo::filePath(void)const " (__imp_?filep...@qfileinfo@@QBE?AVQString@@XZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQFileInfo(struct A0x589c70dc::QDumper &)" 
(?qdumpqfilei...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static struct QHashData::Node * __cdecl 
QHashData::nextNode(struct QHashData::Node *)" 
(__imp_?nextn...@qhashdata@@sapaun...@1@PAU21@@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQHash(struct A0x589c70dc::QDumper &)" 
(?qdumpqh...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: struct QHashData::Node * __thiscall 
QHashData::firstNode(void)" (__imp_?firstn...@qhashdata@@qaepaun...@1@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQHash(struct 
A0x589c70dc::QDumper &)" (?qdumpqh...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QListData::size(void)const " 
(__imp_?s...@qlistdata@@QBEHXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpInnerValueHelper(struct A0x589c70dc::QDumper &,char const 
*,void const *,char const *)" 
(?qdumpinnervaluehel...@?a0x589c70dc@@yaxaauqdum...@1@pbdp...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QImage::width(void)const " 
(__imp_?wi...@qimage@@QBEHXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQImage(struct A0x589c70dc::QDumper &)" 
(?qdumpqim...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QImage::height(void)const " 
(__imp_?hei...@qimage@@QBEHXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQImage(struct A0x589c70dc::QDumper &)" 
(?qdumpqim...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static class QByteArray __cdecl 
QByteArray::fromRawData(char const *,int)" 
(__imp_?fromrawd...@qbytearray@@sa?...@pbdh@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQImageData(struct A0x589c70dc::QDumper &)" 
(?qdumpqimaged...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: unsigned char const * __thiscall 
QImage::bits(void)const " (__imp_?b...@qimage@@QBEPBEXZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQImageData(struct 
A0x589c70dc::QDumper &)" (?qdumpqimaged...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QImage::numBytes(void)const " 
(__imp_?numby...@qimage@@QBEHXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQImageData(struct A0x589c70dc::QDumper &)" 
(?qdumpqimaged...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char * __thiscall QByteArray::data(void)" 
(__imp_?d...@qbytearray@@QAEPADXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQList(struct A0x589c70dc::QDumper &)" 
(?qdumpql...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QByteArray::QByteArray(char const *)" 
(__imp_??0QByteArray@@q...@pbd@Z) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQList(struct A0x589c70dc::QDumper &)" 
(?qdumpql...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QByteArray::endsWith(class 
QByteArray const &)const " (__imp_?endsw...@qbytearray@@QBE_NABV1@@Z) 
referenced in function "bool __cdecl `anonymous namespace'::isPointerType(class 
QByteArray const &)" (?ispointert...@?a0x589c70dc@@YA_NABVQByteArray@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QByteArray::endsWith(char)const 
" (__imp_?endsw...@qbytearray@@qbe...@z) referenced in function "bool __cdecl 
`anonymous namespace'::isPointerType(class QByteArray const &)" 
(?ispointert...@?a0x589c70dc@@YA_NABVQByteArray@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall QByteArray::chop(int)" 
(__imp_?c...@qbytearray@@qa...@z) referenced in function "class QByteArray 
__cdecl `anonymous namespace'::stripPointerType(class QByteArray const &)" 
(?strippointert...@?a0x589c70dc@@YA?AVQByteArray@@ABV2@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QByteArray::QByteArray(class 
QByteArray const &)" (__imp_??0QByteArray@@q...@abv0@@Z) referenced in function 
"class QByteArray __cdecl `anonymous namespace'::stripPointerType(class 
QByteArray const &)" (?strippointert...@?a0x589c70dc@@YA?AVQByteArray@@ABV2@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::negativeSign(void)const " 
(__imp_?negatives...@qlocale@@QBE?AVQChar@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::groupSeparator(void)const " 
(__imp_?groupsepara...@qlocale@@QBE?AVQChar@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::zeroDigit(void)const " (__imp_?zerodi...@qlocale@@QBE?AVQChar@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQLocale(struct 
A0x589c70dc::QDumper &)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::percent(void)const " (__imp_?perc...@qlocale@@QBE?AVQChar@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQLocale(struct 
A0x589c70dc::QDumper &)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::exponential(void)const " (__imp_?exponent...@qlocale@@QBE?AVQChar@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQLocale(struct 
A0x589c70dc::QDumper &)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall QString::arg(unsigned 
short,int,int,class QChar const &)const " 
(__imp_?...@qstring@@qbe?...@ghhabvqchar@@@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall QString::arg(class 
QChar,int,class QChar const &)const " 
(__imp_?...@qstring@@qbe?...@vqchar@@HABV2@@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QString::QString(class QLatin1String 
const &)" (__imp_??0QString@@q...@abvqlatin1string@@@Z) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper 
&)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QLatin1String::QLatin1String(char 
const *)" (__imp_??0QLatin1String@@q...@pbd@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: unsigned short & __thiscall 
QChar::unicode(void)" (__imp_?unic...@qchar@@QAEAAGXZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper 
&)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar __thiscall 
QLocale::decimalPoint(void)const " 
(__imp_?decimalpo...@qlocale@@QBE?AVQChar@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QChar::QChar(struct QLatin1Char)" 
(__imp_??0QChar@@q...@uqlatin1char@@@Z) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQLocale(struct A0x589c70dc::QDumper &)" 
(?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QLocale::timeFormat(enum QLocale::FormatType)const " 
(__imp_?timefor...@qlocale@@QBE?AVQString@@w4formatt...@1@@Z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQLocale(struct 
A0x589c70dc::QDumper &)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QLocale::name(void)const " (__imp_?n...@qlocale@@QBE?AVQString@@XZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQLocale(struct 
A0x589c70dc::QDumper &)" (?qdumpqloc...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QString::number(__int64,int)" (__imp_?num...@qstring@@sa?...@_jh@Z) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQModelIndex(struct 
A0x589c70dc::QDumper &)" (?qdumpqmodelin...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __int64 __thiscall 
QModelIndex::internalId(void)const " (__imp_?interna...@qmodelindex@@QBE_JXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQModelIndex(struct A0x589c70dc::QDumper &)" 
(?qdumpqmodelin...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QModelIndex __thiscall 
QModelIndex::parent(void)const " (__imp_?par...@qmodelindex@@qbe?...@xz) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQModelIndex(struct A0x589c70dc::QDumper &)" 
(?qdumpqmodelin...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QModelIndex::isValid(void)const 
" (__imp_?isva...@qmodelindex@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQModelIndex(struct A0x589c70dc::QDumper &)" 
(?qdumpqmodelin...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QObject * __thiscall 
QObject::parent(void)const " (__imp_?par...@qobject@@qbep...@xz) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObject(struct 
A0x589c70dc::QDumper &)" (?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall 
QMetaObject::propertyCount(void)const " 
(__imp_?propertyco...@qmetaobject@@QBEHXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQObject(struct A0x589c70dc::QDumper &)" 
(?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: enum QMetaMethod::MethodType __thiscall 
QMetaMethod::methodType(void)const " 
(__imp_?methodt...@qmetamethod@@qbe?aw4methodt...@1@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQObject(struct A0x589c70dc::QDumper 
&)" (?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QMetaMethod __thiscall 
QMetaObject::method(int)const " 
(__imp_?met...@qmetaobject@@QBE?AVQMetaMethod@@h...@z) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQObject(struct A0x589c70dc::QDumper 
&)" (?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall 
QMetaObject::methodCount(void)const " (__imp_?methodco...@qmetaobject@@QBEHXZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQObject(struct 
A0x589c70dc::QDumper &)" (?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QList<class QObject *> const & __thiscall 
QObject::children(void)const " 
(__imp_?child...@qobject@@qbeabv?$ql...@pavqobject@@@@XZ) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObject(struct 
A0x589c70dc::QDumper &)" (?qdumpqobj...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QVariant::toInt(bool *)const " 
(__imp_?to...@qvariant@@qbehp...@z) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQObjectPropertyList(struct A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QVariant::toBool(void)const " 
(__imp_?tob...@qvariant@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQObjectPropertyList(struct A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QMetaProperty::read(class QObject const *)const " 
(__imp_?r...@qmetaproperty@@QBE?AVQVariant@@PBVQObject@@@Z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObjectPropertyList(struct 
A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QMetaProperty::typeName(void)const " (__imp_?typen...@qmetaproperty@@QBEPBDXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQObjectPropertyList(struct A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QMetaProperty::name(void)const " (__imp_?n...@qmetaproperty@@QBEPBDXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQObjectPropertyList(struct A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QMetaProperty __thiscall 
QMetaObject::property(int)const " 
(__imp_?prope...@qmetaobject@@QBE?AVQMetaProperty@@h...@z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObjectPropertyList(struct 
A0x589c70dc::QDumper &)" 
(?qdumpqobjectpropertyl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QMetaObject::indexOfMethod(char 
const *)const " (__imp_?indexofmet...@qmetaobject@@qbeh...@z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObjectMethodList(struct 
A0x589c70dc::QDumper &)" 
(?qdumpqobjectmethodl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QMetaMethod::signature(void)const " (__imp_?signat...@qmetamethod@@QBEPBDXZ) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQObjectMethodList(struct A0x589c70dc::QDumper &)" 
(?qdumpqobjectmethodl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QMetaObject::indexOfSignal(char 
const *)const " (__imp_?indexofsig...@qmetaobject@@qbeh...@z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObjectSignalList(struct 
A0x589c70dc::QDumper &)" 
(?qdumpqobjectsignall...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QMetaObject::indexOfSlot(char 
const *)const " (__imp_?indexofs...@qmetaobject@@qbeh...@z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQObjectSlotList(struct 
A0x589c70dc::QDumper &)" 
(?qdumpqobjectslotl...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QPixmap::width(void)const " 
(__imp_?wi...@qpixmap@@QBEHXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQPixmap(struct A0x589c70dc::QDumper &)" 
(?qdumpqpix...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: int __thiscall QPixmap::height(void)const " 
(__imp_?hei...@qpixmap@@QBEHXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQPixmap(struct A0x589c70dc::QDumper &)" 
(?qdumpqpix...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QChar::isNull(void)const " 
(__imp_?isn...@qchar@@QBE_NXZ) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQString(struct A0x589c70dc::QDumper &)" 
(?qdumpqstr...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QChar const * __thiscall 
QString::unicode(void)const " (__imp_?unic...@qstring@@QBEPBVQChar@@XZ) 
referenced in function "void __cdecl `anonymous namespace'::qDumpQString(struct 
A0x589c70dc::QDumper &)" (?qdumpqstr...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QByteArray & __thiscall 
QByteArray::operator+=(char const *)" (__imp_??YQByteArray@@qaea...@pbd@Z) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQVariant(struct A0x589c70dc::QDumper &)" 
(?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QByteArray & __thiscall 
QByteArray::operator+=(char)" (__imp_??YQByteArray@@qaea...@d@Z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQVariant(struct 
A0x589c70dc::QDumper &)" (?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QByteArray::QByteArray(void)" 
(__imp_??0QByteArray@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQVariant(struct A0x589c70dc::QDumper &)" 
(?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QByteArray __thiscall 
QString::toLocal8Bit(void)const " 
(__imp_?tolocal8...@qstring@@QBE?AVQByteArray@@XZ) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQVariant(struct A0x589c70dc::QDumper &)" 
(?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QString::isEmpty(void)const " 
(__imp_?isem...@qstring@@QBE_NXZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQVariant(struct A0x589c70dc::QDumper &)" 
(?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: char const * __thiscall 
QVariant::typeName(void)const " (__imp_?typen...@qvariant@@QBEPBDXZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQVariant(struct 
A0x589c70dc::QDumper &)" (?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QString::QString(void)" 
(__imp_??0QString@@q...@xz) referenced in function "void __cdecl `anonymous 
namespace'::qDumpQVariant(struct A0x589c70dc::QDumper &)" 
(?qdumpqvari...@?a0x589c70dc@@yaxaauqdum...@1@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) int __cdecl qsnprintf(char *,unsigned int,char const 
*,...)" (__imp_?qsnprintf@@YAHPADIPBDZZ) referenced in function "void __cdecl 
`anonymous namespace'::qDumpQVariantHelper(void const *,class QString *,class 
QString *,int *)" (?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QString::number(double,char,int)" (__imp_?num...@qstring@@sa?...@ndh@Z) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQVariantHelper(void const *,class QString *,class QString 
*,int *)" (?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: double __thiscall QVariant::toDouble(bool 
*)const " (__imp_?todou...@qvariant@@qbenp...@z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQVariantHelper(void const *,class QString 
*,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QString::number(int,int)" (__imp_?num...@qstring@@sa?...@hh@Z) referenced in 
function "void __cdecl `anonymous namespace'::qDumpQVariantHelper(void const 
*,class QString *,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QVariant::toStringList(void)const " 
(__imp_?tostringl...@qvariant@@QBE?AVQStringList@@XZ) referenced in function 
"void __cdecl `anonymous namespace'::qDumpQVariantHelper(void const *,class 
QString *,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall QString::arg(unsigned 
int,int,int,class QChar const &)const " 
(__imp_?...@qstring@@qbe?...@ihhabvqchar@@@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQVariantHelper(void const *,class QString 
*,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString & __thiscall 
QString::operator=(class QString const &)" (__imp_??4QString@@qaea...@abv0@@Z) 
referenced in function "void __cdecl `anonymous 
namespace'::qDumpQVariantHelper(void const *,class QString *,class QString 
*,int *)" (?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString & __thiscall 
QString::operator=(class QLatin1String const &)" 
(__imp_??4QString@@qaea...@abvqlatin1string@@@Z) referenced in function "void 
__cdecl `anonymous namespace'::qDumpQVariantHelper(void const *,class QString 
*,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: enum QVariant::Type __thiscall 
QVariant::type(void)const " (__imp_?t...@qvariant@@qbe?aw4t...@1@XZ) referenced 
in function "void __cdecl `anonymous namespace'::qDumpQVariantHelper(void const 
*,class QString *,class QString *,int *)" 
(?qdumpqvarianthel...@?a0x589c70dc@@YAXPBXPAVQString@@1...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString & __thiscall 
QString::operator+=(class QChar)" (__imp_??YQString@@qaea...@vqchar@@@Z) 
referenced in function "class QString const __cdecl operator+(class QString 
const &,class QChar)" (?...@ya?bvqstring@@a...@vqchar@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QString::QString(class QString const 
&)" (__imp_??0QString@@q...@abv0@@Z) referenced in function "class QString 
const __cdecl operator+(class QString const &,class QChar)" 
(?...@ya?bvqstring@@a...@vqchar@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString & __thiscall 
QString::operator+=(class QString const &)" (__imp_??YQString@@qaea...@abv0@@Z) 
referenced in function "class QString const __cdecl operator+(class QChar,class 
QString const &)" (?...@ya?bvqstring@@VQChar@@ABV0@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QString::QString(class QChar)" 
(__imp_??0QString@@q...@vqchar@@@Z) referenced in function "class QString const 
__cdecl operator+(class QChar,class QString const &)" 
(?...@ya?bvqstring@@VQChar@@ABV0@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::ref(void)" 
(__imp_?...@qbasicatomicint@@QAE_NXZ) referenced in function "public: 
__thiscall QList<struct Connection>::QList<struct Connection>(void)" 
(??0?$ql...@uconnection@@@@q...@xz)
gdbmacros.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static struct QListData::Data 
QListData::shared_null" (__imp_?shared_n...@qlistdata@@2ud...@1@A)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) void __cdecl qt_assert(char const *,char const *,int)" 
(__imp_?qt_assert@@yaxpb...@z) referenced in function "public: class QString 
const & __thiscall QList<class QString>::first(void)const " 
(?fi...@?$qlist@VQString@@@@QBEABVQString@@XZ)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QListData::isEmpty(void)const " 
(__imp_?isem...@qlistdata@@QBE_NXZ) referenced in function "public: bool 
__thiscall QList<class QString>::isEmpty(void)const " 
(?isem...@?$qlist@VQString@@@@QBE_NXZ)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void * * __thiscall QListData::begin(void)const 
" (__imp_?be...@qlistdata@@QBEPAPAXXZ) referenced in function "public: class 
QList<class QString>::const_iterator __thiscall QList<class 
QString>::begin(void)const " 
(?be...@?$qlist@VQString@@@@qbe?avconst_itera...@1@XZ)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void * * __thiscall QListData::end(void)const " 
(__imp_?...@qlistdata@@QBEPAPAXXZ) referenced in function "public: class 
QList<class QString>::const_iterator __thiscall QList<class 
QString>::end(void)const " (?...@?$qlist@VQString@@@@qbe?avconst_itera...@1@XZ)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall QBasicAtomicInt::deref(void)" 
(__imp_?de...@qbasicatomicint@@QAE_NXZ) referenced in function "public: 
__thiscall QList<class QString>::~QList<class QString>(void)" 
(??1?$ql...@vqstring@@@@q...@xz)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void * * __thiscall QListData::at(int)const " 
(__imp_...@qlistdata@@qbepap...@z) referenced in function "public: class 
QString const & __thiscall QList<class QString>::operator[](int)const " 
(??a?$ql...@vqstring@@@@QBEABVQString@@h...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) void __cdecl qt_assert_x(char const *,char const *,char 
const *,int)" (__imp_?qt_assert_x@@yaxpbd...@z) referenced in function "public: 
class QString const & __thiscall QList<class QString>::operator[](int)const " 
(??a?$ql...@vqstring@@@@QBEABVQString@@h...@z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) void __cdecl qFree(void *)" (__imp_?qFree@@yax...@z) 
referenced in function "private: void __thiscall QList<class 
QString>::free(struct QListData::Data *)" 
(?f...@?$qlist@VQString@@@@aaexpaud...@qlistdata@@@Z)
gdbmacros.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QBasicAtomicInt::operator==(int)const " (__imp_??8QBasicAtomicInt@@qbe...@z) 
referenced in function "private: void __thiscall QList<class 
QString>::free(struct QListData::Data *)" 
(?f...@?$qlist@VQString@@@@aaexpaud...@qlistdata@@@Z)
debug\gdbmacros.dll : fatal error LNK1120: 146 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
9.0\VC\BIN\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
9.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

-- 
Jonathan Arnold        Webstream: http://hieronymus.soup.io

Some days you're the dog, some days you're the hydrant.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to