Menu

#55 msvc2005 compile issues with qt4.1.4

open
nobody
None
5
2006-09-11
2006-09-11
Anonymous
No

Error: 1>mainwindow.cpp
1>c:\usr\src\boomerang\qtgui2\mainwindow.cpp(847) :
error C2039: 'VersionLabel' : is not a member
of 'Ui::AboutDialog'
1> c:\qt\4.1.2-msvc7.1
\tools\linguist\linguist\ui_about.h(125) : see
declaration of 'Ui::AboutDialog'
1>c:\usr\src\boomerang\qtgui2\mainwindow.cpp(847) :
error C2227: left of '->setText' must point to
class/struct/union/generic type

Fix: ?

Error:
6>main.cpp
6>c:\usr\src\boomerang\qtgui2\mainwindow.h(6) : fatal
error C1083: Cannot open include file: 'ui_about.h':
No such file or directory
6>mainwindow.cpp
6>c:\usr\src\boomerang\qtgui2\mainwindow.h(6) : fatal
error C1083: Cannot open include file: 'ui_about.h':
No such file or directory
6>moc_DecompilerThread.cpp
6>moc_mainwindow.cpp
6>c:\usr\src\boomerang\qtgui2\mainwindow.h(6) : fatal
error C1083: Cannot open include file: 'ui_about.h':
No such file or directory

Fix:
Add Include "C:\Qt\4.1.2-msvc7.1
\tools\linguist\linguist" directory in
qtgui2_vs2005.sln file

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I used CVS code downloaded 20060911, project file
    qtgui2_vs2005.sln

     
  • Nobody/Anonymous

    Logged In: NO

    "VersionLabel" is declared in ui_about.h as "QLabel
    *versionLabel;"

    so line 847 of mainwindow.cpp should read
    "ui.versionLabel->setText(QString("<h3>").append
    (Boomerang::getVersionStr()).append("</h3>"));"

     
  • Nobody/Anonymous

    Logged In: NO

    "VersionLabel" is declared in ui_about.h as "QLabel
    *versionLabel;"

    so line 847 of mainwindow.cpp should read
    "ui.versionLabel->setText(QString("<h3>").append
    (Boomerang::getVersionStr()).append("</h3>"));"

     
  • Nobody/Anonymous

    Logged In: NO

    1>------ Build started: Project: BinaryFile, Configuration:
    Debug Win32 ------
    1>Compiling...
    1>BinaryFile.cpp
    1>Compiling manifest to resources...
    1>Linking...
    1>LINK : ..\..\BinaryFile.dll not found or not built by the
    last incremental link; performing full link
    1> Creating library ..\..\Debug\BinaryFile.lib and
    object ..\..\Debug\BinaryFile.exp
    1>Embedding manifest...
    1>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    1>BinaryFile - 0 error(s), 0 warning(s)
    2>------ Build started: Project: MachOBinaryFile,
    Configuration: Debug Win32 ------
    3>------ Build started: Project: ElfBinaryFile,
    Configuration: Debug Win32 ------
    4>------ Build started: Project: DOS4GWBinaryFile,
    Configuration: Debug Win32 ------
    3>ElfBinaryFile : warning PRJ0009 : Build log could not be
    opened for writing.
    3>Make sure that the file is not open by another process
    and is not write-protected.
    5>------ Build started: Project: Win32BinaryFile,
    Configuration: Debug Win32 ------
    5>Win32BinaryFile : warning PRJ0009 : Build log could not
    be opened for writing.
    5>Make sure that the file is not open by another process
    and is not write-protected.
    4>DOS4GWBinaryFile : warning PRJ0009 : Build log could not
    be opened for writing.
    4>Make sure that the file is not open by another process
    and is not write-protected.
    3>Compiling...
    2>Compiling...
    5>Compiling...
    4>Compiling...
    3>ElfBinaryFile.cpp
    2>MachOBinaryFile.cpp
    5>Win32BinaryFile.cpp
    4>microX86dis.c
    4>Compiling...
    4>DOS4GWBinaryFile.cpp
    3>SymTab.cpp
    4>Compiling manifest to resources...
    4>Linking...
    4>LINK : ..\..\DOS4GWBinaryFile.dll not found or not built
    by the last incremental link; performing full link
    4> Creating library ..\..\Debug\DOS4GWBinaryFile.lib and
    object ..\..\Debug\DOS4GWBinaryFile.exp
    4>microX86dis.obj : warning LNK4099: PDB 'vc80.pdb' was not
    found with '..\..\Debug\microX86dis.obj' or
    at 'c:\usr\src\boomerang\Debug\vc80.pdb'; linking object as
    if no debug info
    4>DOS4GWBinaryFile.obj : warning LNK4099: PDB 'vc80.pdb'
    was not found with '..\..\Debug\DOS4GWBinaryFile.obj' or
    at 'c:\usr\src\boomerang\Debug\vc80.pdb'; linking object as
    if no debug info
    3>Generating Code...
    4>Embedding manifest...
    4>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    4>DOS4GWBinaryFile - 0 error(s), 3 warning(s)
    5>Compiling...
    2>Compiling manifest to resources...
    3>Compiling manifest to resources...
    3>Linking...
    2>Linking...
    5>microX86dis.c
    3>LINK : ..\..\ElfBinaryFile.dll not found or not built by
    the last incremental link; performing full link
    2>LINK : ..\..\MachOBinaryFile.dll not found or not built
    by the last incremental link; performing full link
    5>Compiling manifest to resources...
    5>Linking...
    2> Creating library ..\..\Debug\MachOBinaryFile.lib and
    object ..\..\Debug\MachOBinaryFile.exp
    3> Creating library ..\..\Debug\ElfBinaryFile.lib and
    object ..\..\Debug\ElfBinaryFile.exp
    5>LINK : ..\..\Win32BinaryFile.dll not found or not built
    by the last incremental link; performing full link
    5> Creating library ..\..\Debug\Win32BinaryFile.lib and
    object ..\..\Debug\Win32BinaryFile.exp
    5>Embedding manifest...
    2>Embedding manifest...
    3>Embedding manifest...
    5>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    5>Win32BinaryFile - 0 error(s), 1 warning(s)
    3>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    2>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    3>ElfBinaryFile - 0 error(s), 1 warning(s)
    2>MachOBinaryFile - 0 error(s), 0 warning(s)
    6>------ Build started: Project: qtgui2, Configuration:
    Debug Win32 ------
    6>MOC rtleditor.h
    6>UIC boomerang.ui
    6>Warning: name actionSelect_All is already used
    6>MOC mainwindow.h
    6>MOC DecompilerThread.h
    6>Compiling...
    6>DecompilerThread.cpp
    6>main.cpp
    6>mainwindow.cpp
    6>moc_DecompilerThread.cpp
    6>moc_mainwindow.cpp
    6>moc_rtleditor.cpp
    6>rtleditor.cpp
    6>ansi-c-parser.cpp
    6>ansi-c-scanner.cpp
    6>basicblock.cpp
    6>BinaryFile.cpp
    6>BinaryFileFactory.cpp
    6>boomerang.cpp
    6>cfg.cpp
    6>chllcode.cpp
    6>constraint.cpp
    6>dataflow.cpp
    6>dfa.cpp
    6>exp.cpp
    6>frontend.cpp
    6>Generating Code...
    6>Compiling...
    6>insnameelem.cpp
    6>log.cpp
    6>managed.cpp
    6>njmcDecoder.cpp
    6>pentiumdecoder.cpp
    6>c:\usr\src\boomerang\qtgui2
    \frontend\machine\pentium\decoder.m(2234) : warning
    C4101: 'MATCH_w_8_8' : unreferenced local variable
    6>pentiumfrontend.cpp
    6>ppcdecoder.cpp
    6>ppcfrontend.cpp
    6>proc.cpp
    6>prog.cpp
    6>register.cpp
    6>rtl.cpp
    6>signature.cpp
    6>sparcdecoder.cpp
    6>sparcfrontend.cpp
    6>sslinst.cpp
    6>sslparser.cpp
    6>sslscanner.cpp
    6>st20decoder.cpp
    6>st20frontend.cpp
    6>Generating Code...
    6>Compiling...
    6>statement.cpp
    6>syntax.cpp
    6>table.cpp
    6>type.cpp
    6>util.cpp
    6>visitor.cpp
    6>xmlprogparser.cpp
    6>Generating Code...
    6>Linking...
    6>DecompilerThread.obj : warning LNK4075:
    ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification
    6> Creating library ..\boomerang-gui.lib and
    object ..\boomerang-gui.exp
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_malloc_uncollectable referenced in
    function "void * __cdecl operator new(unsigned int)" (??
    2@YAPAXI@Z)
    6>basicblock.obj : error LNK2001: unresolved external
    symbol __imp__GC_malloc_uncollectable
    6>dfa.obj : error LNK2001: unresolved external symbol
    __imp__GC_malloc_uncollectable
    6>sslparser.obj : error LNK2001: unresolved external symbol
    __imp__GC_malloc_uncollectable
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_malloc referenced in function "void *
    __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void * __cdecl
    QThread::currentThreadId(void)" (__imp_?
    currentThreadId@QThread@@SAPAXXZ) referenced in
    function "void * __cdecl operator new(unsigned int)" (??
    2@YAPAXI@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_free referenced in function "void __cdecl
    operator delete(void *)" (??3@YAXPAX@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: int __thiscall
    QThread::exec(void)" (__imp_?exec@QThread@@IAEHXZ)
    referenced in function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QThread::setPriority(enum QThread::Priority)" (__imp_?
    setPriority@QThread@@QAEXW4Priority@1@@Z) referenced in
    function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QObject::moveToThread(class QThread *)" (__imp_?
    moveToThread@QObject@@QAEXPAVQThread@@@Z) referenced in
    function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    referenced in function __unwindfunclet$??
    0Decompiler@@QAE@XZ$0
    6>main.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QObject::~QObject(void)" (__imp_??1QObject@@UAE@XZ)
    referenced in function __unwindfunclet$??
    0Decompiler@@QAE@XZ$0
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    referenced in function "public: __thiscall
    Decompiler::Decompiler(void)" (??0Decompiler@@QAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QObject::QObject(class QObject *)" (__imp_??
    0QObject@@QAE@PAV0@@Z) referenced in function "public:
    __thiscall Decompiler::Decompiler(void)" (??
    0Decompiler@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::event
    (class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::event
    (class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::timerEvent(class QTimerEvent *)" (?
    timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::timerEvent(class QTimerEvent *)" (?
    timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: static void
    __cdecl QThread::msleep(unsigned long)" (__imp_?
    msleep@QThread@@KAXK@Z) referenced in function "public:
    class Decompiler * __thiscall
    DecompilerThread::getDecompiler(void)" (?
    getDecompiler@DecompilerThread@@QAEPAVDecompiler@@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(class QString const &)"
    (__imp_??4QString@@QAEAAV0@ABV0@@Z) referenced in
    function "public: void __thiscall
    Decompiler::changeInputFile(class QString const &)" (?
    changeInputFile@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(class QString const &)"
    (__imp_??4QString@@QAEAAV0@ABV0@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::~QByteArray(void)" (__imp_??
    1QByteArray@@QAE@XZ) referenced in function "public: void
    __thiscall Decompiler::changeOutputPath(class QString const
    &)" (?changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::~QByteArray(void)" (__imp_??1QByteArray@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::operator char const *(void)const " (__imp_??
    BQByteArray@@QBEPBDXZ) referenced in function "public: void
    __thiscall Decompiler::changeOutputPath(class QString const
    &)" (?changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::operator char const *(void)const " (__imp_??
    BQByteArray@@QBEPBDXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QByteArray
    __thiscall QString::toAscii(void)const " (__imp_?
    toAscii@QString@@QBE?AVQByteArray@@XZ) referenced in
    function "public: void __thiscall
    Decompiler::changeOutputPath(class QString const &)" (?
    changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QByteArray
    __thiscall QString::toAscii(void)const " (__imp_?
    toAscii@QString@@QBE?AVQByteArray@@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(char const *)" (__imp_??
    0QString@@QAE@PBD@Z) referenced in function "public: void
    __thiscall Decompiler::load(void)" (?
    load@Decompiler@@QAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(char const *)" (__imp_??
    0QString@@QAE@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(char const *)" (__imp_?
    append@QString@@QAEAAV1@PBD@Z) referenced in
    function "public: virtual void __thiscall
    Decompiler::alert_new(class Proc *)" (?
    alert_new@Decompiler@@UAEXPAVProc@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(char const *)" (__imp_?
    append@QString@@QAEAAV1@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(char const *)" (__imp_??
    4QString@@QAEAAV0@PBD@Z) referenced in function "public:
    virtual void __thiscall Decompiler::alert_new(class Proc
    *)" (?alert_new@Decompiler@@UAEXPAVProc@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(char const *)" (__imp_??
    4QString@@QAEAAV0@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QThread::wait(unsigned long)" (__imp_?
    wait@QThread@@QAE_NK@Z) referenced in function "public:
    virtual void __thiscall
    Decompiler::alert_decompile_debug_point(class UserProc
    *,char const *)" (?
    alert_decompile_debug_point@Decompiler@@UAEXPAVUserProc@@PBD
    @Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QThread *
    __thiscall QObject::thread(void)const " (__imp_?
    thread@QObject@@QBEPAVQThread@@XZ) referenced in
    function "public: virtual void __thiscall
    Decompiler::alert_decompile_debug_point(class UserProc
    *,char const *)" (?
    alert_decompile_debug_point@Decompiler@@UAEXPAVUserProc@@PBD
    @Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setItem(int,int,class QTableWidgetItem *)"
    (__imp_?
    setItem@QTableWidget@@QAEXHHPAVQTableWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setItem(int,int,class QTableWidgetItem *)"
    (__imp_?setItem@QTableWidget@@QAEXHHPAVQTableWidgetItem@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(class QString const
    &,int)" (__imp_??0QTableWidgetItem@@QAE@ABVQString@@H@Z)
    referenced in function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(class QString const
    &,int)" (__imp_??0QTableWidgetItem@@QAE@ABVQString@@H@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::arg(unsigned int,int,int,class QChar
    const &)const " (__imp_?arg@QString@@QBE?
    AV1@IHHABVQChar@@@Z) referenced in function "public: void
    __thiscall Decompiler::getCompoundMembers(class QString
    const &,class QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::arg(unsigned int,int,int,class QChar
    const &)const " (__imp_?arg@QString@@QBE?
    AV1@IHHABVQChar@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QChar::QChar(struct QLatin1Char)" (__imp_??
    0QChar@@QAE@UQLatin1Char@@@Z) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::rowCount(void)const " (__imp_?
    rowCount@QTableWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::rowCount(void)const " (__imp_?
    rowCount@QTableWidget@@QBEHXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setRowCount(int)" (__imp_?
    setRowCount@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setRowCount(int)" (__imp_?
    setRowCount@QTableWidget@@QAEXH@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTableWidgetItem * __thiscall
    QTableWidgetItem::clone(void)const " (?
    clone@QTableWidgetItem@@UBEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTableWidgetItem * __thiscall
    QTableWidgetItem::clone(void)const " (?
    clone@QTableWidgetItem@@UBEPAV1@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTableWidgetItem::data(int)const " (?
    data@QTableWidgetItem@@UBE?AVQVariant@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTableWidgetItem::data(int)const " (?
    data@QTableWidgetItem@@UBE?AVQVariant@@H@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::setData(int,class QVariant const &)" (?
    setData@QTableWidgetItem@@UAEXHABVQVariant@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::setData(int,class QVariant const &)" (?
    setData@QTableWidgetItem@@UAEXHABVQVariant@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTableWidgetItem::operator<(class QTableWidgetItem const &)
    const " (??MQTableWidgetItem@@UBE_NABV0@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTableWidgetItem::operator<(class QTableWidgetItem const &)
    const " (??MQTableWidgetItem@@UBE_NABV0@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::read(class QDataStream &)" (?
    read@QTableWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::read(class QDataStream &)" (?
    read@QTableWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::write(class QDataStream &)const " (?
    write@QTableWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::write(class QDataStream &)const " (?
    write@QTableWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QMetaObject::tr(char const *,char const *)
    const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z)
    referenced in function "public: static class QString
    __cdecl Decompiler::tr(char const *,char const *)" (?
    tr@Decompiler@@SA?AVQString@@PBD0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QMetaObject::tr(char const *,char const *)
    const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidgetItem::~QTableWidgetItem(void)" (__imp_??
    1QTableWidgetItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTableWidgetItem::`scalar
    deleting destructor'(unsigned int)" (??
    _GQTableWidgetItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidgetItem::~QTableWidgetItem(void)" (__imp_??
    1QTableWidgetItem@@UAE@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QListData::Data QListData::shared_null" (__imp_?
    shared_null@QListData@@2UData@1@A)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QListData::Data QListData::shared_null" (__imp_?
    shared_null@QListData@@2UData@1@A)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qFree(void *)"
    (__imp_?qFree@@YAXPAX@Z) referenced in function "private:
    void __thiscall QList<class QString>::free(struct
    QListData::Data *)" (?free@?
    $QList@VQString@@@@AAEXPAUData@QListData@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) void __cdecl qFree(void *)"
    (__imp_?qFree@@YAXPAX@Z)
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QApplication::~QApplication(void)" (__imp_??
    1QApplication@@UAE@XZ) referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static int __cdecl
    QApplication::exec(void)" (__imp_?exec@QApplication@@SAHXZ)
    referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ)
    referenced in function _main
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ)
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QApplication::QApplication(int &,char * *)" (__imp_??
    0QApplication@@QAE@AAHPAPAD@Z) referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMainWindow::~QMainWindow(void)" (__imp_??
    1QMainWindow@@UAE@XZ) referenced in function "public:
    virtual __thiscall MainWindow::~MainWindow(void)" (??
    1MainWindow@@UAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMainWindow::~QMainWindow(void)" (__imp_??
    1QMainWindow@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QSettings::~QSettings(void)" (__imp_??1QSettings@@UAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setDisabled(bool)" (__imp_?
    setDisabled@QWidget@@QAEX_N@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::isEmpty(void)const " (__imp_?
    isEmpty@QString@@QBE_NXZ) referenced in function "public:
    __thiscall MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::isEmpty(void)const " (__imp_?
    isEmpty@QString@@QBE_NXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QComboBox::currentText(void)const " (__imp_?
    currentText@QComboBox@@QBE?AVQString@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setCurrentIndex(int)" (__imp_?
    setCurrentIndex@QComboBox@@QAEXH@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QVariant::toString(void)const " (__imp_?
    toString@QVariant@@QBE?AVQString@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::addItem(class QString const &,class QVariant
    const &)" (__imp_?
    addItem@QComboBox@@QAEXABVQString@@ABVQVariant@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::findText(class QString const &,class QFlags<enum
    Qt::MatchFlag>)const " (__imp_?
    findText@QComboBox@@QBEHABVQString@@V?
    $QFlags@W4MatchFlag@Qt@@@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::~QVariant(void)" (__imp_??1QVariant@@QAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QStringList
    __thiscall QVariant::toStringList(void)const " (__imp_?
    toStringList@QVariant@@QBE?AVQStringList@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QVariant
    __thiscall QSettings::value(class QString const &,class
    QVariant const &)const " (__imp_?value@QSettings@@QBE?
    AVQVariant@@ABVQString@@ABV2@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(void)" (__imp_??0QVariant@@QAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSettings::QSettings(class QString const &,class QString
    const &,class QObject *)" (__imp_??
    0QSettings@@QAE@ABVQString@@0PAVQObject@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setWindowTitle(class QString const &)" (__imp_?
    setWindowTitle@QWidget@@QAEXABVQString@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::removeTab(int)" (__imp_?
    removeTab@QTabWidget@@QAEXH@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::widget(int)const " (__imp_?
    widget@QTabWidget@@QBEPAVQWidget@@H@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::cornerWidget(enum Qt::Corner)const "
    (__imp_?
    cornerWidget@QTabWidget@@QBEPAVQWidget@@W4Corner@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setCornerWidget(class QWidget *,enum
    Qt::Corner)" (__imp_?
    setCornerWidget@QTabWidget@@QAEXPAVQWidget@@W4Corner@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setFixedSize(class QSize const &)" (__imp_?
    setFixedSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSize
    __thiscall QAbstractButton::iconSize(void)const " (__imp_?
    iconSize@QAbstractButton@@QBE?AVQSize@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QIcon::~QIcon(void)" (__imp_??1QIcon@@QAE@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QPushButton::QPushButton(class QIcon const &,class QString
    const &,class QWidget *)" (__imp_??
    0QPushButton@@QAE@ABVQIcon@@ABVQString@@PAVQWidget@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QIcon::QIcon(class QString const &)" (__imp_??
    0QIcon@@QAE@ABVQString@@@Z) referenced in function "public:
    __thiscall MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::hide(void)" (__imp_?hide@QWidget@@QAEXXZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QHeaderView *
    __thiscall QTableView::verticalHeader(void)const " (__imp_?
    verticalHeader@QTableView@@QBEPAVQHeaderView@@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QObject::disconnect(char const *,class QObject const *,char
    const *)" (__imp_?disconnect@QObject@@QAE_NPBDPBV1@0@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QHeaderView *
    __thiscall QTableView::horizontalHeader(void)const "
    (__imp_?horizontalHeader@QTableView@@QBEPAVQHeaderView@@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static bool __cdecl
    QObject::connect(class QObject const *,char const *,class
    QObject const *,char const *,enum Qt::ConnectionType)"
    (__imp_?
    connect@QObject@@SA_NPBV1@PBD01W4ConnectionType@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QThread::start(enum QThread::Priority)" (__imp_?
    start@QThread@@QAEXW4Priority@1@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMainWindow::QMainWindow(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QMainWindow@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QMainWindow::event(class QEvent *)" (?
    event@QMainWindow@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::setVisible
    (bool)" (?setVisible@QWidget@@UAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::setVisible
    (bool)" (?setVisible@QWidget@@UAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QWidget::sizeHint(void)const " (?sizeHint@QWidget@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QWidget::minimumSizeHint(void)const " (?
    minimumSizeHint@QWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QWidget::heightForWidth(int)const " (?
    heightForWidth@QWidget@@UBEHH@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QWidget::heightForWidth(int)const " (?
    heightForWidth@QWidget@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QWidget@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enterEvent(class QEvent *)" (?
    enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enterEvent(class QEvent *)" (?
    enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::leaveEvent(class QEvent *)" (?
    leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::leaveEvent(class QEvent *)" (?
    leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paintEvent(class QPaintEvent *)" (?
    paintEvent@QWidget@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::moveEvent(class QMoveEvent *)" (?
    moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::moveEvent(class QMoveEvent *)" (?
    moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QWidget@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::closeEvent(class QCloseEvent *)" (?
    closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::closeEvent(class QCloseEvent *)" (?
    closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMainWindow::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QMainWindow@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::tabletEvent(class QTabletEvent *)" (?
    tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::tabletEvent(class QTabletEvent *)" (?
    tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::actionEvent(class QActionEvent *)" (?
    actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::actionEvent(class QActionEvent *)" (?
    actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QWidget@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QWidget@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QWidget@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dropEvent(class QDropEvent *)" (?
    dropEvent@QWidget@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::showEvent(class QShowEvent *)" (?
    showEvent@QWidget@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::hideEvent(class QHideEvent *)" (?
    hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::hideEvent(class QHideEvent *)" (?
    hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::winEvent
    (struct tagMSG *,long *)" (?
    winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::winEvent
    (struct tagMSG *,long *)" (?
    winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::changeEvent(class QEvent *)" (?
    changeEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QWidget@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QWidget::inputMethodQuery(enum Qt::InputMethodQuery)const "
    (?inputMethodQuery@QWidget@@UBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QWidget::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QWidget@@MAE_N_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::styleChange(class QStyle &)" (?
    styleChange@QWidget@@MAEXAAVQStyle@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::styleChange(class QStyle &)" (?
    styleChange@QWidget@@MAEXAAVQStyle@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enabledChange(bool)" (?
    enabledChange@QWidget@@MAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enabledChange(bool)" (?
    enabledChange@QWidget@@MAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paletteChange(class QPalette const &)" (?
    paletteChange@QWidget@@MAEXABVQPalette@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paletteChange(class QPalette const &)" (?
    paletteChange@QWidget@@MAEXABVQPalette@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::fontChange(class QFont const &)" (?
    fontChange@QWidget@@MAEXABVQFont@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::fontChange(class QFont const &)" (?
    fontChange@QWidget@@MAEXABVQFont@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::windowActivationChange(bool)" (?
    windowActivationChange@QWidget@@MAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::windowActivationChange(bool)" (?
    windowActivationChange@QWidget@@MAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::languageChange(void)" (?
    languageChange@QWidget@@MAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::languageChange(void)" (?
    languageChange@QWidget@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QMenu * __thiscall
    QMainWindow::createPopupMenu(void)" (?
    createPopupMenu@QMainWindow@@UAEPAVQMenu@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::devType
    (void)const " (?devType@QWidget@@UBEHXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::devType
    (void)const " (?devType@QWidget@@UBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QPaintEngine * __thiscall
    QWidget::paintEngine(void)const " (?
    paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QPaintEngine * __thiscall
    QWidget::paintEngine(void)const " (?
    paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct HDC__ * __thiscall
    QWidget::getDC(void)const " (?
    getDC@QWidget@@UBEPAUHDC__@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual struct HDC__ * __thiscall
    QWidget::getDC(void)const " (?
    getDC@QWidget@@UBEPAUHDC__@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::releaseDC
    (struct HDC__ *)const " (?
    releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::releaseDC
    (struct HDC__ *)const " (?
    releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall QWidget::metric
    (enum QPaintDevice::PaintDeviceMetric)const " (?
    metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall QWidget::metric
    (enum QPaintDevice::PaintDeviceMetric)const " (?
    metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QPushButton::metaObject(void)const " (?
    metaObject@QPushButton@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QPushButton::qt_metacast(char const *)" (?
    qt_metacast@QPushButton@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QPushButton::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QPushButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QPushButton::event(class QEvent *)" (?
    event@QPushButton@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::timerEvent(class QTimerEvent *)" (?
    timerEvent@QAbstractButton@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QPushButton::sizeHint(void)const " (?
    sizeHint@QPushButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QPushButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::paintEvent(class QPaintEvent *)" (?
    paintEvent@QPushButton@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QWidget@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::changeEvent(class QEvent *)" (?
    changeEvent@QAbstractButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractButton::hitButton(class QPoint const &)const " (?
    hitButton@QAbstractButton@@MBE_NABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::checkStateSet(void)" (?
    checkStateSet@QAbstractButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::nextCheckState(void)" (?
    nextCheckState@QAbstractButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QMetaObject::connectSlotsByName(class QObject *)" (__imp_?
    connectSlotsByName@QMetaObject@@SAXPAVQObject@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStackedWidget::setCurrentIndex(int)" (__imp_?
    setCurrentIndex@QStackedWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QAction *
    __thiscall QMenu::addSeparator(void)" (__imp_?
    addSeparator@QMenu@@QAEPAVQAction@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::addAction(class QAction *)" (__imp_?
    addAction@QWidget@@QAEXPAVQAction@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QAction *
    __thiscall QMenu::menuAction(void)const " (__imp_?
    menuAction@QMenu@@QBEPAVQAction@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setStatusBar(class QStatusBar *)" (__imp_?
    setStatusBar@QMainWindow@@QAEXPAVQStatusBar@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QStatusBar::QStatusBar(class QWidget *)" (__imp_??
    0QStatusBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setMenuBar(class QMenuBar *)" (__imp_?
    setMenuBar@QMainWindow@@QAEXPAVQMenuBar@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMenu::QMenu(class QWidget *)" (__imp_??
    0QMenu@@QAE@PAVQWidget@@@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::setupUi(class QMainWindow
    *)" (?setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setGeometry(class QRect const &)" (__imp_?
    setGeometry@QWidget@@QAEXABVQRect@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRect::QRect(int,int,int,int)" (__imp_??0QRect@@QAE@HHHH@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMenuBar::QMenuBar(class QWidget *)" (__imp_??
    0QMenuBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setCentralWidget(class QWidget *)" (__imp_?
    setCentralWidget@QMainWindow@@QAEXPAVQWidget@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::addTab(class QWidget *,class QString const &)"
    (__imp_?addTab@QTabWidget@@QAEHPAVQWidget@@ABVQString@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QCoreApplication::translate(char const *,char const
    *,char const *,enum QCoreApplication::Encoding)" (__imp_?
    translate@QCoreApplication@@SA?
    AVQString@@PBD00W4Encoding@1@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeView::setItemsExpandable(bool)" (__imp_?
    setItemsExpandable@QTreeView@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidget::QTreeWidget(class QWidget *)" (__imp_??
    0QTreeWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setOrientation(enum Qt::Orientation)" (__imp_?
    setOrientation@QProgressBar@@QAEXW4Orientation@Qt@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setValue(int)" (__imp_?
    setValue@QProgressBar@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QProgressBar::QProgressBar(class QWidget *)" (__imp_??
    0QProgressBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setColumnCount(int)" (__imp_?
    setColumnCount@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setSortingEnabled(bool)" (__imp_?
    setSortingEnabled@QTableWidget@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setSelectionBehavior(enum
    QAbstractItemView::SelectionBehavior)" (__imp_?
    setSelectionBehavior@QAbstractItemView@@QAEXW4SelectionBehav
    ior@1@@Z) referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setSelectionMode(enum
    QAbstractItemView::SelectionMode)" (__imp_?
    setSelectionMode@QAbstractItemView@@QAEXW4SelectionMode@1@@Z
    ) referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setEditTriggers(class QFlags<enum
    QAbstractItemView::EditTrigger>)" (__imp_?
    setEditTriggers@QAbstractItemView@@QAEXV?
    $QFlags@W4EditTrigger@QAbstractItemView@@@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QLineEdit::QLineEdit(class QWidget *)" (__imp_??
    0QLineEdit@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::setShowGrid(bool)" (__imp_?
    setShowGrid@QTableView@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidget::QTableWidget(class QWidget *)" (__imp_??
    0QTableWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QStackedWidget::addWidget(class QWidget *)" (__imp_?
    addWidget@QStackedWidget@@QAEHPAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSpacerItem::QSpacerItem(int,int,enum
    QSizePolicy::Policy,enum QSizePolicy::Policy)" (__imp_??
    0QSpacerItem@@QAE@HHW4Policy@QSizePolicy@@0@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCheckBox::QCheckBox(class QWidget *)" (__imp_??
    0QCheckBox@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setEditable(bool)" (__imp_?
    setEditable@QComboBox@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QComboBox::QComboBox(class QWidget *)" (__imp_??
    0QComboBox@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QStackedWidget::QStackedWidget(class QWidget *)" (__imp_??
    0QStackedWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setWordWrap(bool)" (__imp_?
    setWordWrap@QLabel@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QBoxLayout::addLayout(class QLayout *,int)" (__imp_?
    addLayout@QBoxLayout@@QAEXPAVQLayout@@H@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setAlignment(class QFlags<enum Qt::AlignmentFlag>)"
    (__imp_?setAlignment@QLabel@@QAEXV?
    $QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QLabel::QLabel(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QLabel@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setEnabled(bool)" (__imp_?
    setEnabled@QWidget@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QBoxLayout::addWidget(class QWidget *,int,class QFlags<enum
    Qt::AlignmentFlag>)" (__imp_?
    addWidget@QBoxLayout@@QAEXPAVQWidget@@HV?
    $QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setIconSize(class QSize const &)" (__imp_?
    setIconSize@QAbstractButton@@QAEXABVQSize@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setIcon(class QIcon const &)" (__imp_?
    setIcon@QAbstractButton@@QAEXABVQIcon@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMaximumSize(class QSize const &)" (__imp_?
    setMaximumSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMinimumSize(class QSize const &)" (__imp_?
    setMinimumSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QPushButton::QPushButton(class QWidget *)" (__imp_??
    0QPushButton@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QHBoxLayout::QHBoxLayout(void)" (__imp_??
    0QHBoxLayout@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVBoxLayout::QVBoxLayout(void)" (__imp_??
    0QVBoxLayout@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVBoxLayout::QVBoxLayout(class QWidget *)" (__imp_??
    0QVBoxLayout@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setSizePolicy(class QSizePolicy)" (__imp_?
    setSizePolicy@QWidget@@QAEXVQSizePolicy@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setHeightForWidth(bool)" (__imp_?
    setHeightForWidth@QSizePolicy@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QSizePolicy::hasHeightForWidth(void)const " (__imp_?
    hasHeightForWidth@QSizePolicy@@QBE_NXZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSizePolicy
    __thiscall QWidget::sizePolicy(void)const " (__imp_?
    sizePolicy@QWidget@@QBE?AVQSizePolicy@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setVerticalStretch(unsigned char)" (__imp_?
    setVerticalStretch@QSizePolicy@@QAEXE@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setHorizontalStretch(unsigned char)" (__imp_?
    setHorizontalStretch@QSizePolicy@@QAEXE@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSizePolicy::QSizePolicy(enum QSizePolicy::Policy,enum
    QSizePolicy::Policy)" (__imp_??
    0QSizePolicy@@QAE@W4Policy@0@0@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTabWidget::QTabWidget(class QWidget *)" (__imp_??
    0QTabWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setMargin(int)" (__imp_?
    setMargin@QLayout@@QAEXH@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::setupUi(class QMainWindow
    *)" (?setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setSpacing(int)" (__imp_?
    setSpacing@QLayout@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QHBoxLayout::QHBoxLayout(class QWidget *)" (__imp_??
    0QHBoxLayout@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QWidget::QWidget(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QWidget@@QAE@PAV0@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setCheckable(bool)" (__imp_?
    setCheckable@QAction@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setEnabled(bool)" (__imp_?
    setEnabled@QAction@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QAction::QAction(class QObject *)" (__imp_??
    0QAction@@QAE@PAVQObject@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::resize(class QSize const &)" (__imp_?
    resize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSize
    __thiscall QSize::expandedTo(class QSize const &)const "
    (__imp_?expandedTo@QSize@@QBE?AV1@ABV1@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSize::QSize(int,int)" (__imp_??0QSize@@QAE@HH@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QObject::setObjectName(class QString const &)" (__imp_?
    setObjectName@QObject@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QString::fromUtf8(char const *,int)" (__imp_?
    fromUtf8@QString@@SA?AV1@PBDH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QAction::metaObject(void)const " (?
    metaObject@QAction@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QAction::qt_metacast(char const *)" (?
    qt_metacast@QAction@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QAction::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QAction@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QAction::event
    (class QEvent *)" (?event@QAction@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QWidget::metaObject(void)const " (?
    metaObject@QWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QWidget::qt_metacast(char const *)" (?
    qt_metacast@QWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::event
    (class QEvent *)" (?event@QWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QHBoxLayout::metaObject(void)const " (?
    metaObject@QHBoxLayout@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QHBoxLayout::qt_metacast(char const *)" (?
    qt_metacast@QHBoxLayout@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QHBoxLayout::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QHBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLayout::childEvent(class QChildEvent *)" (?
    childEvent@QLayout@@MAEXPAVQChildEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QBoxLayout::addItem
    (class QLayoutItem *)" (?
    addItem@QBoxLayout@@UAEXPAVQLayoutItem@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayoutItem * __thiscall
    QBoxLayout::itemAt(int)const " (?
    itemAt@QBoxLayout@@UBEPAVQLayoutItem@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayoutItem * __thiscall
    QBoxLayout::takeAt(int)" (?
    takeAt@QBoxLayout@@UAEPAVQLayoutItem@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QLayout::indexOf
    (class QWidget *)const " (?
    indexOf@QLayout@@UBEHPAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QBoxLayout::count
    (void)const " (?count@QBoxLayout@@UBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::sizeHint(void)const " (?
    sizeHint@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::minimumSize(void)const " (?
    minimumSize@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::maximumSize(void)const " (?
    maximumSize@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QFlags<enum Qt::Orientation>
    __thiscall QBoxLayout::expandingDirections(void)const " (?
    expandingDirections@QBoxLayout@@UBE?AV?
    $QFlags@W4Orientation@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QBoxLayout::setGeometry(class QRect const &)" (?
    setGeometry@QBoxLayout@@UAEXABVQRect@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QLayout::geometry(void)const " (?geometry@QLayout@@UBE?
    AVQRect@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QLayout::isEmpty
    (void)const " (?isEmpty@QLayout@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QBoxLayout::hasHeightForWidth(void)const " (?
    hasHeightForWidth@QBoxLayout@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QBoxLayout::heightForWidth(int)const " (?
    heightForWidth@QBoxLayout@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QBoxLayout::minimumHeightForWidth(int)const " (?
    minimumHeightForWidth@QBoxLayout@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QBoxLayout::invalidate(void)" (?
    invalidate@QBoxLayout@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QWidget * __thiscall
    QLayoutItem::widget(void)" (?
    widget@QLayoutItem@@UAEPAVQWidget@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayout * __thiscall
    QLayout::layout(void)" (?layout@QLayout@@UAEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSpacerItem * __thiscall
    QLayoutItem::spacerItem(void)" (?
    spacerItem@QLayoutItem@@UAEPAVQSpacerItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTabWidget::metaObject(void)const " (?
    metaObject@QTabWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTabWidget::qt_metacast(char const *)" (?
    qt_metacast@QTabWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTabWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTabWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTabWidget::event
    (class QEvent *)" (?event@QTabWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QTabWidget::sizeHint(void)const " (?
    sizeHint@QTabWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QTabWidget::minimumSizeHint(void)const " (?
    minimumSizeHint@QTabWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTabWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTabWidget@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTabWidget@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::showEvent(class QShowEvent *)" (?
    showEvent@QTabWidget@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::changeEvent(class QEvent *)" (?
    changeEvent@QTabWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::tabInserted(int)" (?
    tabInserted@QTabWidget@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::tabRemoved(int)" (?
    tabRemoved@QTabWidget@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QVBoxLayout::metaObject(void)const " (?
    metaObject@QVBoxLayout@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QVBoxLayout::qt_metacast(char const *)" (?
    qt_metacast@QVBoxLayout@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QVBoxLayout::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QVBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QLabel::metaObject(void)const " (?
    metaObject@QLabel@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QLabel::qt_metacast(char const *)" (?
    qt_metacast@QLabel@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QLabel::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QLabel@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QLabel::event
    (class QEvent *)" (?event@QLabel@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLabel::sizeHint(void)const " (?sizeHint@QLabel@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLabel::minimumSizeHint(void)const " (?
    minimumSizeHint@QLabel@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLabel::heightForWidth(int)const " (?
    heightForWidth@QLabel@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLabel::paintEvent(class QPaintEvent *)" (?
    paintEvent@QLabel@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLabel::changeEvent(class QEvent *)" (?
    changeEvent@QLabel@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QStackedWidget::metaObject(void)const " (?
    metaObject@QStackedWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QStackedWidget::qt_metacast(char const *)" (?
    qt_metacast@QStackedWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QStackedWidget::qt_metacall(enum QMetaObject::Call,int,void
    * *)" (?
    qt_metacall@QStackedWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QStackedWidget::event(class QEvent *)" (?
    event@QStackedWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QFrame::sizeHint(void)const " (?sizeHint@QFrame@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QFrame::paintEvent(class QPaintEvent *)" (?
    paintEvent@QFrame@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QFrame::changeEvent(class QEvent *)" (?
    changeEvent@QFrame@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QComboBox::metaObject(void)const " (?
    metaObject@QComboBox@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QComboBox::qt_metacast(char const *)" (?
    qt_metacast@QComboBox@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QComboBox::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QComboBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QComboBox::event
    (class QEvent *)" (?event@QComboBox@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QComboBox::sizeHint(void)const " (?sizeHint@QComboBox@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QComboBox::minimumSizeHint(void)const " (?
    minimumSizeHint@QComboBox@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QComboBox@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::paintEvent(class QPaintEvent *)" (?
    paintEvent@QComboBox@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QComboBox@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QComboBox@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::showEvent(class QShowEvent *)" (?
    showEvent@QComboBox@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::hideEvent(class QHideEvent *)" (?
    hideEvent@QComboBox@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::changeEvent(class QEvent *)" (?
    changeEvent@QComboBox@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QComboBox@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QComboBox::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QComboBox@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QComboBox::showPopup
    (void)" (?showPopup@QComboBox@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QComboBox::hidePopup
    (void)" (?hidePopup@QComboBox@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QCheckBox::metaObject(void)const " (?
    metaObject@QCheckBox@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QCheckBox::qt_metacast(char const *)" (?
    qt_metacast@QCheckBox@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QCheckBox::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QCheckBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QCheckBox::event
    (class QEvent *)" (?event@QCheckBox@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QCheckBox::sizeHint(void)const " (?sizeHint@QCheckBox@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QCheckBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::paintEvent(class QPaintEvent *)" (?
    paintEvent@QCheckBox@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QCheckBox::hitButton(class QPoint const &)const " (?
    hitButton@QCheckBox@@MBE_NABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::checkStateSet(void)" (?
    checkStateSet@QCheckBox@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::nextCheckState(void)" (?
    nextCheckState@QCheckBox@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::sizeHint(void)const " (?
    sizeHint@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::minimumSize(void)const " (?
    minimumSize@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::maximumSize(void)const " (?
    maximumSize@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QFlags<enum Qt::Orientation>
    __thiscall QSpacerItem::expandingDirections(void)const " (?
    expandingDirections@QSpacerItem@@UBE?AV?
    $QFlags@W4Orientation@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QSpacerItem::setGeometry(class QRect const &)" (?
    setGeometry@QSpacerItem@@UAEXABVQRect@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QSpacerItem::geometry(void)const " (?
    geometry@QSpacerItem@@UBE?AVQRect@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QSpacerItem::isEmpty
    (void)const " (?isEmpty@QSpacerItem@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QLayoutItem::hasHeightForWidth(void)const " (?
    hasHeightForWidth@QLayoutItem@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLayoutItem::heightForWidth(int)const " (?
    heightForWidth@QLayoutItem@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLayoutItem::minimumHeightForWidth(int)const " (?
    minimumHeightForWidth@QLayoutItem@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QLayoutItem::invalidate(void)" (?
    invalidate@QLayoutItem@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayout * __thiscall
    QLayoutItem::layout(void)" (?
    layout@QLayoutItem@@UAEPAVQLayout@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSpacerItem * __thiscall
    QSpacerItem::spacerItem(void)" (?
    spacerItem@QSpacerItem@@UAEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTableWidget::metaObject(void)const " (?
    metaObject@QTableWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTableWidget::qt_metacast(char const *)" (?
    qt_metacast@QTableWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTableWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTableWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableWidget::event(class QEvent *)" (?
    event@QTableWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTableView@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::sizeHint(void)const " (?
    sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::sizeHint(void)const " (?
    sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::minimumSizeHint(void)const " (?
    minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::minimumSizeHint(void)const " (?
    minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseReleaseEvent(class QMouseEvent *)"
    (?
    mouseReleaseEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseDoubleClickEvent(class QMouseEvent
    *)" (?
    mouseDoubleClickEvent@QAbstractItemView@@MAEXPAVQMouseEvent@
    @@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractScrollArea::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QAbstractScrollArea@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QAbstractItemView@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTableView@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QAbstractItemView@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractScrollArea::contextMenuEvent(class
    QContextMenuEvent *)" (?
    contextMenuEvent@QAbstractScrollArea@@MAEXPAVQContextMenuEve
    nt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragEnterEvent(class QDragEnterEvent *)"
    (?
    dragEnterEvent@QAbstractItemView@@MAEXPAVQDragEnterEvent@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QAbstractItemView@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragLeaveEvent(class QDragLeaveEvent *)"
    (?
    dragLeaveEvent@QAbstractItemView@@MAEXPAVQDragLeaveEvent@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dropEvent(class QDropEvent *)" (?
    dropEvent@QAbstractItemView@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractItemView::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractItemView@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTableView@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "private: virtual void __thiscall
    QTableWidget::setModel(class QAbstractItemModel *)" (?
    setModel@QTableWidget@@EAEXPAVQAbstractItemModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableView::setSelectionModel(class QItemSelectionModel *)"
    (?
    setSelectionModel@QTableView@@UAEXPAVQItemSelectionModel@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::keyboardSearch(class QString const &)" (?
    keyboardSearch@QAbstractItemView@@UAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QTableView::visualRect(class QModelIndex const &)const " (?
    visualRect@QTableView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTableView::scrollTo
    (class QModelIndex const &,enum
    QAbstractItemView::ScrollHint)" (?
    scrollTo@QTableView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstr
    actItemView@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QModelIndex __thiscall
    QTableView::indexAt(class QPoint const &)const " (?
    indexAt@QTableView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::sizeHintForRow(int)const " (?
    sizeHintForRow@QTableView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::sizeHintForColumn(int)const " (?
    sizeHintForColumn@QTableView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::reset(void)" (?
    reset@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableView::setRootIndex(class QModelIndex const &)" (?
    setRootIndex@QTableView@@UAEXABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::doItemsLayout(void)" (?
    doItemsLayout@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::selectAll(void)" (?
    selectAll@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractItemView::edit(class QModelIndex const &,enum
    QAbstractItemView::EditTrigger,class QEvent *)" (?
    edit@QAbstractItemView@@MAE_NABVQModelIndex@@W4EditTrigger@1
    @PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dataChanged(class QModelIndex const
    &,class QModelIndex const &)" (?
    dataChanged@QAbstractItemView@@MAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::rowsInserted(class QModelIndex const
    &,int,int)" (?
    rowsInserted@QAbstractItemView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::rowsAboutToBeRemoved(class QModelIndex
    const &,int,int)" (?
    rowsAboutToBeRemoved@QAbstractItemView@@MAEXABVQModelIndex@@
    HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::selectionChanged(class QItemSelection
    const &,class QItemSelection const &)" (?
    selectionChanged@QAbstractItemView@@MAEXABVQItemSelection@@0
    @Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::currentChanged(class QModelIndex const
    &,class QModelIndex const &)" (?
    currentChanged@QAbstractItemView@@MAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::updateEditorData(void)" (?
    updateEditorData@QAbstractItemView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::updateEditorGeometries(void)" (?
    updateEditorGeometries@QAbstractItemView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::updateGeometries(void)" (?
    updateGeometries@QTableView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::verticalScrollbarAction(int)" (?
    verticalScrollbarAction@QTableView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::horizontalScrollbarAction(int)" (?
    horizontalScrollbarAction@QTableView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::verticalScrollbarValueChanged(int)" (?
    verticalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::horizontalScrollbarValueChanged(int)" (?
    horizontalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::closeEditor(class QWidget *,enum
    QAbstractItemDelegate::EndEditHint)" (?
    closeEditor@QAbstractItemView@@MAEXPAVQWidget@@W4EndEditHint
    @QAbstractItemDelegate@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::commitData(class QWidget *)" (?
    commitData@QAbstractItemView@@MAEXPAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::editorDestroyed(class QObject *)" (?
    editorDestroyed@QAbstractItemView@@MAEXPAVQObject@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QModelIndex __thiscall
    QTableView::moveCursor(enum
    QAbstractItemView::CursorAction,class QFlags<enum
    Qt::KeyboardModifier>)" (?moveCursor@QTableView@@MAE?
    AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?
    $QFlags@W4KeyboardModifier@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::horizontalOffset(void)const " (?
    horizontalOffset@QTableView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::verticalOffset(void)const " (?
    verticalOffset@QTableView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableView::isIndexHidden(class QModelIndex const &)const "
    (?isIndexHidden@QTableView@@MBE_NABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::setSelection(class QRect const &,class
    QFlags<enum QItemSelectionModel::SelectionFlag>)" (?
    setSelection@QTableView@@MAEXABVQRect@@V?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QRegion __thiscall
    QTableView::visualRegionForSelection(class QItemSelection
    const &)const " (?visualRegionForSelection@QTableView@@MBE?
    AVQRegion@@ABVQItemSelection@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QList<class QModelIndex>
    __thiscall QTableView::selectedIndexes(void)const " (?
    selectedIndexes@QTableView@@MBE?AV?
    $QList@VQModelIndex@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    QItemSelectionModel::SelectionFlag> __thiscall
    QAbstractItemView::selectionCommand(class QModelIndex const
    &,class QEvent const *)const " (?
    selectionCommand@QAbstractItemView@@MBE?AV?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@ABVQModelInde
    x@@PBVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::startDrag(class QFlags<enum
    Qt::DropAction>)" (?startDrag@QAbstractItemView@@MAEXV?
    $QFlags@W4DropAction@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStyleOptionViewItem
    __thiscall QTableView::viewOptions(void)const " (?
    viewOptions@QTableView@@MBE?AVQStyleOptionViewItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStringList __thiscall
    QTableWidget::mimeTypes(void)const " (?
    mimeTypes@QTableWidget@@MBE?AVQStringList@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTableWidget::mimeData(class QList<class QTableWidgetItem
    *>)const " (?mimeData@QTableWidget@@MBEPAVQMimeData@@V?
    $QList@PAVQTableWidgetItem@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableWidget::dropMimeData(int,int,class QMimeData const
    *,enum Qt::DropAction)" (?
    dropMimeData@QTableWidget@@MAE_NHHPBVQMimeData@@W4DropAction
    @Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    Qt::DropAction> __thiscall
    QTableWidget::supportedDropActions(void)const " (?
    supportedDropActions@QTableWidget@@MBE?AV?
    $QFlags@W4DropAction@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QLineEdit::metaObject(void)const " (?
    metaObject@QLineEdit@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QLineEdit::qt_metacast(char const *)" (?
    qt_metacast@QLineEdit@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLineEdit::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QLineEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QLineEdit::event
    (class QEvent *)" (?event@QLineEdit@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLineEdit::sizeHint(void)const " (?sizeHint@QLineEdit@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLineEdit::minimumSizeHint(void)const " (?
    minimumSizeHint@QLineEdit@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QLineEdit@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QLineEdit@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QLineEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QLineEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QLineEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QLineEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QLineEdit@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::changeEvent(class QEvent *)" (?
    changeEvent@QLineEdit@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QLineEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QLineEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QLineEdit@@UBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QProgressBar::metaObject(void)const " (?
    metaObject@QProgressBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QProgressBar::qt_metacast(char const *)" (?
    qt_metacast@QProgressBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QProgressBar::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QProgressBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QProgressBar::event(class QEvent *)" (?
    event@QProgressBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QProgressBar::sizeHint(void)const " (?
    sizeHint@QProgressBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QProgressBar::minimumSizeHint(void)const " (?
    minimumSizeHint@QProgressBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QProgressBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QProgressBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QString __thiscall
    QProgressBar::text(void)const " (?text@QProgressBar@@UBE?
    AVQString@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTreeWidget::metaObject(void)const " (?
    metaObject@QTreeWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTreeWidget::qt_metacast(char const *)" (?
    qt_metacast@QTreeWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTreeWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTreeWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeWidget::event(class QEvent *)" (?
    event@QTreeWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTreeView@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTreeView@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTreeView@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "private: virtual void __thiscall
    QTreeWidget::setModel(class QAbstractItemModel *)" (?
    setModel@QTreeWidget@@EAEXPAVQAbstractItemModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::setSelectionModel(class QItemSelectionModel *)"
    (?
    setSelectionModel@QTreeView@@UAEXPAVQItemSelectionModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::keyboardSearch(class QString const &)" (?
    keyboardSearch@QTreeView@@UAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QTreeView::visualRect(class QModelIndex const &)const " (?
    visualRect@QTreeView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::scrollTo
    (class QModelIndex const &,enum
    QAbstractItemView::ScrollHint)" (?
    scrollTo@QTreeView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstra
    ctItemView@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QModelIndex __thiscall
    QTreeView::indexAt(class QPoint const &)const " (?
    indexAt@QTreeView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QAbstractItemView::sizeHintForRow(int)const " (?
    sizeHintForRow@QAbstractItemView@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::sizeHintForColumn(int)const " (?
    sizeHintForColumn@QTreeView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::reset
    (void)" (?reset@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::setRootIndex(class QModelIndex const &)" (?
    setRootIndex@QTreeView@@UAEXABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::doItemsLayout(void)" (?
    doItemsLayout@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::selectAll
    (void)" (?selectAll@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::dataChanged(class QModelIndex const &,class
    QModelIndex const &)" (?
    dataChanged@QTreeView@@UAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::rowsInserted(class QModelIndex const &,int,int)"
    (?rowsInserted@QTreeView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::rowsAboutToBeRemoved(class QModelIndex const
    &,int,int)" (?
    rowsAboutToBeRemoved@QTreeView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::updateGeometries(void)" (?
    updateGeometries@QTreeView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::verticalScrollbarAction(int)" (?
    verticalScrollbarAction@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::horizontalScrollbarAction(int)" (?
    horizontalScrollbarAction@QTreeView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QModelIndex __thiscall
    QTreeView::moveCursor(enum
    QAbstractItemView::CursorAction,class QFlags<enum
    Qt::KeyboardModifier>)" (?moveCursor@QTreeView@@MAE?
    AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?
    $QFlags@W4KeyboardModifier@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::horizontalOffset(void)const " (?
    horizontalOffset@QTreeView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::verticalOffset(void)const " (?
    verticalOffset@QTreeView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeView::isIndexHidden(class QModelIndex const &)const "
    (?isIndexHidden@QTreeView@@MBE_NABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::setSelection(class QRect const &,class
    QFlags<enum QItemSelectionModel::SelectionFlag>)" (?
    setSelection@QTreeView@@MAEXABVQRect@@V?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QRegion __thiscall
    QTreeView::visualRegionForSelection(class QItemSelection
    const &)const " (?visualRegionForSelection@QTreeView@@MBE?
    AVQRegion@@ABVQItemSelection@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QList<class QModelIndex>
    __thiscall QTreeView::selectedIndexes(void)const " (?
    selectedIndexes@QTreeView@@MBE?AV?$QList@VQModelIndex@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStyleOptionViewItem
    __thiscall QAbstractItemView::viewOptions(void)const " (?
    viewOptions@QAbstractItemView@@MBE?
    AVQStyleOptionViewItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::drawRow(class QPainter *,class
    QStyleOptionViewItem const &,class QModelIndex const &)
    const " (?
    drawRow@QTreeView@@MBEXPAVQPainter@@ABVQStyleOptionViewItem@
    @ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::drawBranches(class QPainter *,class QRect const
    &,class QModelIndex const &)const " (?
    drawBranches@QTreeView@@MBEXPAVQPainter@@ABVQRect@@ABVQModel
    Index@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStringList __thiscall
    QTreeWidget::mimeTypes(void)const " (?
    mimeTypes@QTreeWidget@@MBE?AVQStringList@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTreeWidget::mimeData(class QList<class QTreeWidgetItem *>)
    const " (?mimeData@QTreeWidget@@MBEPAVQMimeData@@V?
    $QList@PAVQTreeWidgetItem@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeWidget::dropMimeData(class QTreeWidgetItem *,int,class
    QMimeData const *,enum Qt::DropAction)" (?
    dropMimeData@QTreeWidget@@MAE_NPAVQTreeWidgetItem@@HPBVQMime
    Data@@W4DropAction@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    Qt::DropAction> __thiscall QTreeWidget::supportedDropActions
    (void)const " (?supportedDropActions@QTreeWidget@@MBE?AV?
    $QFlags@W4DropAction@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QMenuBar::metaObject(void)const " (?
    metaObject@QMenuBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QMenuBar::qt_metacast(char const *)" (?
    qt_metacast@QMenuBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QMenuBar::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QMenuBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QMenuBar::event
    (class QEvent *)" (?event@QMenuBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QMenuBar::eventFilter(class QObject *,class QEvent *)" (?
    eventFilter@QMenuBar@@MAE_NPAVQObject@@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenuBar::sizeHint(void)const " (?sizeHint@QMenuBar@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenuBar::minimumSizeHint(void)const " (?
    minimumSizeHint@QMenuBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QMenuBar::heightForWidth(int)const " (?
    heightForWidth@QMenuBar@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QMenuBar@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QMenuBar@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QMenuBar@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::leaveEvent(class QEvent *)" (?
    leaveEvent@QMenuBar@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QMenuBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QMenuBar@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::actionEvent(class QActionEvent *)" (?
    actionEvent@QMenuBar@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::changeEvent(class QEvent *)" (?
    changeEvent@QMenuBar@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QMenu::metaObject(void)const " (?
    metaObject@QMenu@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall QMenu::qt_metacast
    (char const *)" (?qt_metacast@QMenu@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QMenu::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QMenu@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QMenu::event
    (class QEvent *)" (?event@QMenu@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::timerEvent
    (class QTimerEvent *)" (?
    timerEvent@QMenu@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenu::sizeHint(void)const " (?sizeHint@QMenu@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::wheelEvent
    (class QWheelEvent *)" (?
    wheelEvent@QMenu@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QMenu@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::enterEvent
    (class QEvent *)" (?enterEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::leaveEvent
    (class QEvent *)" (?leaveEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::paintEvent
    (class QPaintEvent *)" (?
    paintEvent@QMenu@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::actionEvent(class QActionEvent *)" (?
    actionEvent@QMenu@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::hideEvent
    (class QHideEvent *)" (?
    hideEvent@QMenu@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::changeEvent(class QEvent *)" (?
    changeEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QStatusBar::metaObject(void)const " (?
    metaObject@QStatusBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QStatusBar::qt_metacast(char const *)" (?
    qt_metacast@QStatusBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QStatusBar::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QStatusBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QStatusBar::event
    (class QEvent *)" (?event@QStatusBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QStatusBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QStatusBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QStatusBar::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QStatusBar@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QSpacerItem::~QSpacerItem(void)" (__imp_??
    1QSpacerItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QSpacerItem::`scalar deleting
    destructor'(unsigned int)" (??_GQSpacerItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMenu::setTitle(class QString const &)" (__imp_?
    setTitle@QMenu@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setTabText(int,class QString const &)" (__imp_?
    setTabText@QTabWidget@@QAEXHABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::indexOf(class QWidget *)const " (__imp_?
    indexOf@QTabWidget@@QBEHPAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidgetItem::setText(int,class QString const &)"
    (__imp_?setText@QTreeWidgetItem@@QAEXHABVQString@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTreeWidgetItem
    * __thiscall QTreeWidget::headerItem(void)const " (__imp_?
    headerItem@QTreeWidget@@QBEPAVQTreeWidgetItem@@XZ)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setHorizontalHeaderItem(int,class
    QTableWidgetItem *)" (__imp_?
    setHorizontalHeaderItem@QTableWidget@@QAEXHPAVQTableWidgetIt
    em@@@Z) referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidgetItem::setText(class QString const &)" (__imp_?
    setText@QTableWidgetItem@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(int)" (__imp_??
    0QTableWidgetItem@@QAE@H@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::retranslateUi(class
    QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::clear(void)" (__imp_?
    clear@QTableWidget@@QAEXXZ) referenced in function "public:
    void __thiscall Ui_MainWindow::retranslateUi(class
    QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::clear(void)" (__imp_?clear@QComboBox@@QAEXXZ)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setText(class QString const &)" (__imp_?
    setText@QLabel@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setText(class QString const &)" (__imp_?
    setText@QAbstractButton@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setToolTip(class QString const &)" (__imp_?
    setToolTip@QWidget@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QKeySequence::~QKeySequence(void)" (__imp_??
    1QKeySequence@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::retranslateUi(class QMainWindow
    *)" (?retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setShortcut(class QKeySequence const &)" (__imp_?
    setShortcut@QAction@@QAEXABVQKeySequence@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QKeySequence::QKeySequence(class QString const &)" (__imp_??
    0QKeySequence@@QAE@ABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setText(class QString const &)" (__imp_?
    setText@QAction@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QAction::~QAction(void)" (__imp_??1QAction@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QAction::`scalar deleting destructor'(unsigned int)" (??
    _GQAction@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QWidget::~QWidget(void)" (__imp_??1QWidget@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QWidget::`scalar deleting destructor'(unsigned int)" (??
    _GQWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QHBoxLayout::~QHBoxLayout(void)" (__imp_??
    1QHBoxLayout@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QHBoxLayout::`scalar deleting
    destructor'(unsigned int)" (??_GQHBoxLayout@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTabWidget::~QTabWidget(void)" (__imp_??
    1QTabWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTabWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTabWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QVBoxLayout::~QVBoxLayout(void)" (__imp_??
    1QVBoxLayout@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QVBoxLayout::`scalar deleting
    destructor'(unsigned int)" (??_GQVBoxLayout@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QPushButton::~QPushButton(void)" (__imp_??
    1QPushButton@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QPushButton::`scalar deleting
    destructor'(unsigned int)" (??_GQPushButton@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QLabel::~QLabel(void)" (__imp_??1QLabel@@UAE@XZ) referenced
    in function "public: virtual void * __thiscall
    QLabel::`scalar deleting destructor'(unsigned int)" (??
    _GQLabel@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QStackedWidget::~QStackedWidget(void)" (__imp_??
    1QStackedWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QStackedWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQStackedWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QComboBox::~QComboBox(void)" (__imp_??1QComboBox@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QComboBox::`scalar deleting destructor'(unsigned int)" (??
    _GQComboBox@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QCheckBox::~QCheckBox(void)" (__imp_??1QCheckBox@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QCheckBox::`scalar deleting destructor'(unsigned int)" (??
    _GQCheckBox@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidget::~QTableWidget(void)" (__imp_??
    1QTableWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTableWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTableWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QLineEdit::~QLineEdit(void)" (__imp_??1QLineEdit@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QLineEdit::`scalar deleting destructor'(unsigned int)" (??
    _GQLineEdit@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QProgressBar::~QProgressBar(void)" (__imp_??
    1QProgressBar@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QProgressBar::`scalar deleting
    destructor'(unsigned int)" (??_GQProgressBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTreeWidget::~QTreeWidget(void)" (__imp_??
    1QTreeWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTreeWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTreeWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMenuBar::~QMenuBar(void)" (__imp_??1QMenuBar@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QMenuBar::`scalar deleting destructor'(unsigned int)" (??
    _GQMenuBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMenu::~QMenu(void)" (__imp_??1QMenu@@UAE@XZ) referenced in
    function "public: virtual void * __thiscall QMenu::`scalar
    deleting destructor'(unsigned int)" (??_GQMenu@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QStatusBar::~QStatusBar(void)" (__imp_??
    1QStatusBar@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QStatusBar::`scalar deleting
    destructor'(unsigned int)" (??_GQStatusBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QThread::QThread(class QObject *)" (__imp_??
    0QThread@@QAE@PAVQObject@@@Z) referenced in
    function "public: __thiscall
    DecompilerThread::DecompilerThread(void)" (??
    0DecompilerThread@@QAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QThread::~QThread(void)" (__imp_??1QThread@@UAE@XZ)
    referenced in function "public: virtual __thiscall
    DecompilerThread::~DecompilerThread(void)" (??
    1DecompilerThread@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(class QString const &)" (__imp_??
    0QVariant@@QAE@ABVQString@@@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::currentIndex(void)const " (__imp_?
    currentIndex@QComboBox@@QBEHXZ) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSettings::setValue(class QString const &,class QVariant
    const &)" (__imp_?
    setValue@QSettings@@QAEXABVQString@@ABVQVariant@@@Z)
    referenced in function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(class QStringList const &)" (__imp_??
    0QVariant@@QAE@ABVQStringList@@@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QComboBox::itemText(int)const " (__imp_?
    itemText@QComboBox@@QBE?AVQString@@H@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::count(void)const " (__imp_?
    count@QComboBox@@QBEHXZ) referenced in function "protected:
    void __thiscall MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QFileDialog::getOpenFileName(class QWidget *,class
    QString const &,class QString const &,class QString const
    &,class QString *,class QFlags<enum QFileDialog::Option>)"
    (__imp_?getOpenFileName@QFileDialog@@SA?
    AVQString@@PAVQWidget@@ABV2@11PAV2@V?
    $QFlags@W4Option@QFileDialog@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_inputFileBrowseButton_clicked(void)" (?
    on_inputFileBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setEditText(class QString const &)" (__imp_?
    setEditText@QComboBox@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_outputPathBrowseButton_clicked(void)" (?
    on_outputPathBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QFileDialog::getExistingDirectory(class QWidget
    *,class QString const &,class QString const &,class
    QFlags<enum QFileDialog::Option>)" (__imp_?
    getExistingDirectory@QFileDialog@@SA?
    AVQString@@PAVQWidget@@ABV2@1V?
    $QFlags@W4Option@QFileDialog@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_outputPathBrowseButton_clicked(void)" (?
    on_outputPathBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::currentIndex(void)const " (__imp_?
    currentIndex@QTabWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    MainWindow::closeCurrentTab(void)" (?
    closeCurrentTab@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::currentWidget(void)const " (__imp_?
    currentWidget@QTabWidget@@QBEPAVQWidget@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::closeCurrentTab(void)" (?
    closeCurrentTab@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator!=(char const *)const " (__imp_??
    9QString@@QBE_NPBD@Z) referenced in function "public: void
    __thiscall MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::right(int)const " (__imp_?
    right@QString@@QBE?AV1@H@Z) referenced in function "public:
    void __thiscall MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTabWidget::tabText(int)const " (__imp_?
    tabText@QTabWidget@@QBE?AVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextStream::~QTextStream(void)" (__imp_??
    1QTextStream@@UAE@XZ) referenced in function "public: void
    __thiscall MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setCurrentWidget(class QWidget *)" (__imp_?
    setCurrentWidget@QTabWidget@@QAEXPAVQWidget@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRegExp::~QRegExp(void)" (__imp_??1QRegExp@@QAE@XZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::lastIndexOf(class QRegExp const &,int)const "
    (__imp_?lastIndexOf@QString@@QBEHABVQRegExp@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRegExp::QRegExp(class QString const &,enum
    Qt::CaseSensitivity,enum QRegExp::PatternSyntax)" (__imp_??
    0QRegExp@@QAE@ABVQString@@W4CaseSensitivity@Qt@@W4PatternSyn
    tax@0@@Z) referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::length(void)const " (__imp_?
    length@QString@@QBEHXZ) referenced in function "public:
    void __thiscall MainWindow::on_actionOpen_activated(void)"
    (?on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(class QString const &)" (__imp_??
    0QString@@QAE@ABV0@@Z) referenced in function "public: void
    __thiscall MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(class QString const &)" (__imp_??
    0QString@@QAE@ABV0@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::endsWith(class QString const &,enum
    Qt::CaseSensitivity)const " (__imp_?
    endsWith@QString@@QBE_NABV1@W4CaseSensitivity@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::insertPlainText(class QString const &)" (__imp_?
    insertPlainText@QTextEdit@@QAEXABVQString@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void
    __thiscall QFile::close(void)" (__imp_?close@QFile@@UAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextStream::readAll(void)" (__imp_?
    readAll@QTextStream@@QAE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextStream::QTextStream(class QIODevice *)" (__imp_??
    0QTextStream@@QAE@PAVQIODevice@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QFile::~QFile(void)" (__imp_??1QFile@@UAE@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual bool
    __thiscall QFile::open(class QFlags<enum
    QIODevice::OpenModeFlag>)" (__imp_?open@QFile@@UAE_NV?
    $QFlags@W4OpenModeFlag@QIODevice@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QFile::QFile(class QString const &)" (__imp_??
    0QFile@@QAE@ABVQString@@@Z) referenced in function "public:
    void __thiscall MainWindow::on_actionOpen_activated(void)"
    (?on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextEdit::QTextEdit(class QWidget *)" (__imp_??
    0QTextEdit@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextEdit::QTextEdit(class QWidget *)" (__imp_??
    0QTextEdit@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTextEdit::metaObject(void)const " (?
    metaObject@QTextEdit@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTextEdit::qt_metacast(char const *)" (?
    qt_metacast@QTextEdit@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTextEdit::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTextEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTextEdit::event
    (class QEvent *)" (?event@QTextEdit@@MAE_NPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTextEdit::event
    (class QEvent *)" (?event@QTextEdit@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTextEdit@@MAEXPAVQTimerEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTextEdit@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QTextEdit@@MAEXPAVQWheelEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QTextEdit@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTextEdit@@MAEXPAVQPaintEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTextEdit@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTextEdit@@MAEXPAVQResizeEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTextEdit@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QTextEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QTextEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QTextEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QTextEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QTextEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QTextEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QTextEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QTextEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QTextEdit@@MAEXPAVQDropEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QTextEdit@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::showEvent(class QShowEvent *)" (?
    showEvent@QTextEdit@@MAEXPAVQShowEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::showEvent(class QShowEvent *)" (?
    showEvent@QTextEdit@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::changeEvent(class QEvent *)" (?
    changeEvent@QTextEdit@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::changeEvent(class QEvent *)" (?
    changeEvent@QTextEdit@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QTextEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QTextEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QTextEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QTextEdit@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QTextEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QTextEdit@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QTextEdit@@MAE_N_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QTextEdit@@MAE_N_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractScrollArea::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractScrollArea@@MAE_NPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractScrollArea::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractScrollArea@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTextEdit@@MAEXHH@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTextEdit@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTextEdit::loadResource(int,class QUrl const &)" (?
    loadResource@QTextEdit@@UAE?AVQVariant@@HABVQUrl@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTextEdit::loadResource(int,class QUrl const &)" (?
    loadResource@QTextEdit@@UAE?AVQVariant@@HABVQUrl@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTextEdit::createMimeDataFromSelection(void)const " (?
    createMimeDataFromSelection@QTextEdit@@MBEPAVQMimeData@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTextEdit::createMimeDataFromSelection(void)const " (?
    createMimeDataFromSelection@QTextEdit@@MBEPAVQMimeData@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::canInsertFromMimeData(class QMimeData const *)
    const " (?
    canInsertFromMimeData@QTextEdit@@MBE_NPBVQMimeData@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::canInsertFromMimeData(class QMimeData const *)
    const " (?
    canInsertFromMimeData@QTextEdit@@MBE_NPBVQMimeData@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::insertFromMimeData(class QMimeData const *)" (?
    insertFromMimeData@QTextEdit@@MAEXPBVQMimeData@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::insertFromMimeData(class QMimeData const *)" (?
    insertFromMimeData@QTextEdit@@MAEXPBVQMimeData@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextEdit::~QTextEdit(void)" (__imp_??1QTextEdit@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QTextEdit::`scalar deleting destructor'(unsigned int)" (??
    _GQTextEdit@@UAEPAXI@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextEdit::~QTextEdit(void)" (__imp_??1QTextEdit@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::left(int)const " (__imp_?
    left@QString@@QBE?AV1@H@Z) referenced in function "public:
    void __thiscall MainWindow::on_actionSave_activated(void)"
    (?on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator==(char const *)const " (__imp_??
    8QString@@QBE_NPBD@Z) referenced in function "public: void
    __thiscall MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __int64 __thiscall
    QIODevice::write(class QByteArray const &)" (__imp_?
    write@QIODevice@@QAE_JABVQByteArray@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextEdit::toPlainText(void)const " (__imp_?
    toPlainText@QTextEdit@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setDisabled(bool)" (__imp_?
    setDisabled@QAction@@QAEX_N@Z) referenced in
    function "protected: void __thiscall
    MainWindow::showInitPage(void)" (?
    showInitPage@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::clear(void)" (__imp_?
    clear@QTreeWidget@@QAEXXZ) referenced in
    function "protected: void __thiscall
    MainWindow::showInitPage(void)" (?
    showInitPage@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::removeColumn(int)" (__imp_?
    removeColumn@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall MainWindow::showDecodePage
    (void)" (?showDecodePage@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QAction::isChecked(void)const " (__imp_?
    isChecked@QAction@@QBE_NXZ) referenced in function "public:
    void __thiscall MainWindow::showDecodePage(void)" (?
    showDecodePage@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::resizeRowsToContents(void)" (__imp_?
    resizeRowsToContents@QTableView@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::resizeColumnsToContents(void)" (__imp_?
    resizeColumnsToContents@QTableView@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QChar::QChar(char)" (__imp_??0QChar@@QAE@D@Z) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::setCurrentItem(class QTreeWidgetItem *,int)"
    (__imp_?
    setCurrentItem@QTreeWidget@@QAEXPAVQTreeWidgetItem@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::scrollToItem(class QTreeWidgetItem const
    *,enum QAbstractItemView::ScrollHint)" (__imp_?
    scrollToItem@QTreeWidget@@QAEXPBVQTreeWidgetItem@@W4ScrollHi
    nt@QAbstractItemView@@@Z) referenced in function "public:
    void __thiscall MainWindow::showConsideringProc(class
    QString const &,class QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::expandItem(class QTreeWidgetItem const *)"
    (__imp_?expandItem@QTreeWidget@@QAEXPBVQTreeWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidgetItem::QTreeWidgetItem(class QTreeWidgetItem
    *,class QStringList const &,int)" (__imp_??
    0QTreeWidgetItem@@QAE@PAV0@ABVQStringList@@H@Z) referenced
    in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::addTopLevelItem(class QTreeWidgetItem *)"
    (__imp_?
    addTopLevelItem@QTreeWidget@@QAEXPAVQTreeWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidgetItem::QTreeWidgetItem(class QStringList const
    &,int)" (__imp_??0QTreeWidgetItem@@QAE@ABVQStringList@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QList<class
    QTreeWidgetItem *> __thiscall QTreeWidget::findItems(class
    QString const &,class QFlags<enum Qt::MatchFlag>,int)
    const " (__imp_?findItems@QTreeWidget@@QBE?AV?
    $QList@PAVQTreeWidgetItem@@@@ABVQString@@V?
    $QFlags@W4MatchFlag@Qt@@@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTreeWidgetItem * __thiscall
    QTreeWidgetItem::clone(void)const " (?
    clone@QTreeWidgetItem@@UBEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTreeWidgetItem::data(int,int)const " (?
    data@QTreeWidgetItem@@UBE?AVQVariant@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::setData(int,int,class QVariant const &)" (?
    setData@QTreeWidgetItem@@UAEXHHABVQVariant@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTreeWidgetItem::operator<(class QTreeWidgetItem const &)
    const " (??MQTreeWidgetItem@@UBE_NABV0@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::read(class QDataStream &)" (?
    read@QTreeWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::write(class QDataStream &)const " (?
    write@QTreeWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTreeWidgetItem::~QTreeWidgetItem(void)" (__imp_??
    1QTreeWidgetItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTreeWidgetItem::`scalar deleting
    destructor'(unsigned int)" (??_GQTreeWidgetItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setRange(int,int)" (__imp_?
    setRange@QProgressBar@@QAEXHH@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidgetItem::setTextColor(int,class QColor const &)"
    (__imp_?setTextColor@QTreeWidgetItem@@QAEXHABVQColor@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QColor::QColor(char const *)" (__imp_??0QColor@@QAE@PBD@Z)
    referenced in function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidgetItem::setCheckState(enum Qt::CheckState)"
    (__imp_?
    setCheckState@QTableWidgetItem@@QAEXW4CheckState@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator==(class QString const &)const " (__imp_??
    8QString@@QBE_NABV0@@Z) referenced in function "public:
    void __thiscall MainWindow::showNewUserProc(class QString
    const &,unsigned int)" (?
    showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTableWidgetItem::text(void)const " (__imp_?
    text@QTableWidgetItem@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class
    QTableWidgetItem * __thiscall QTableWidget::item(int,int)
    const " (__imp_?
    item@QTableWidget@@QBEPAVQTableWidgetItem@@HH@Z) referenced
    in function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::removeRow(int)" (__imp_?
    removeRow@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall
    MainWindow::showRemoveUserProc(class QString const
    &,unsigned int)" (?
    showRemoveUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::sortItems(int,enum Qt::SortOrder)" (__imp_?
    sortItems@QTableWidget@@QAEXHW4SortOrder@Qt@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::showNewSection(class QString const &,unsigned
    int,unsigned int)" (?
    showNewSection@MainWindow@@QAEXABVQString@@II@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: enum Qt::CheckState
    __thiscall QTableWidgetItem::checkState(void)const "
    (__imp_?checkState@QTableWidgetItem@@QBE?
    AW4CheckState@Qt@@XZ) referenced in function "public: void
    __thiscall MainWindow::showDebuggingPoint(class QString
    const &,class QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::showMessage(class QString const &,int)" (__imp_?
    showMessage@QStatusBar@@QAEXABVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QStatusBar *
    __thiscall QMainWindow::statusBar(void)const " (__imp_?
    statusBar@QMainWindow@@QBEPAVQStatusBar@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(class QString const &)" (__imp_?
    append@QString@@QAEAAV1@ABV1@@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::count(void)const " (__imp_?
    count@QTabWidget@@QBEHXZ) referenced in function "public:
    void __thiscall MainWindow::showRTLEditor(class QString
    const &)" (?showRTLEditor@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::lastIndexOf(class QString const &,int,enum
    Qt::CaseSensitivity)const " (__imp_?
    lastIndexOf@QString@@QBEHABV1@HW4CaseSensitivity@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTreeWidgetItem::text(int)const " (__imp_?
    text@QTreeWidgetItem@@QBE?AVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTreeWidgetItem
    * __thiscall QTreeWidgetItem::parent(void)const " (__imp_?
    parent@QTreeWidgetItem@@QBEPAV1@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::removeWidget(class QWidget *)" (__imp_?
    removeWidget@QStatusBar@@QAEXPAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::addPermanentWidget(class QWidget *,int)"
    (__imp_?addPermanentWidget@QStatusBar@@QAEXPAVQWidget@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QToolButton::setDefaultAction(class QAction *)" (__imp_?
    setDefaultAction@QToolButton@@QAEXPAVQAction@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QToolButton::setToolButtonStyle(enum Qt::ToolButtonStyle)"
    (__imp_?
    setToolButtonStyle@QToolButton@@QAEXW4ToolButtonStyle@Qt@@@Z
    ) referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QToolButton::QToolButton(class QWidget *)" (__imp_??
    0QToolButton@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QToolButton::metaObject(void)const " (?
    metaObject@QToolButton@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QToolButton::qt_metacast(char const *)" (?
    qt_metacast@QToolButton@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QToolButton::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QToolButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QToolButton::event(class QEvent *)" (?
    event@QToolButton@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::timerEvent(class QTimerEvent *)" (?
    timerEvent@QToolButton@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QToolButton::sizeHint(void)const " (?
    sizeHint@QToolButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QToolButton::minimumSizeHint(void)const " (?
    minimumSizeHint@QToolButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QToolButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::enterEvent(class QEvent *)" (?
    enterEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::leaveEvent(class QEvent *)" (?
    leaveEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::paintEvent(class QPaintEvent *)" (?
    paintEvent@QToolButton@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::actionEvent(class QActionEvent *)" (?
    actionEvent@QToolButton@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::changeEvent(class QEvent *)" (?
    changeEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::nextCheckState(void)" (?
    nextCheckState@QToolButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QToolButton::~QToolButton(void)" (__imp_??
    1QToolButton@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QToolButton::`scalar deleting
    destructor'(unsigned int)" (??_GQToolButton@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextCursor::~QTextCursor(void)" (__imp_??
    1QTextCursor@@QAE@XZ) referenced in function "public: void
    __thiscall MainWindow::on_libProcs_cellDoubleClicked
    (int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setTextCursor(class QTextCursor const &)"
    (__imp_?setTextCursor@QTextEdit@@QAEXABVQTextCursor@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QTextCursor::movePosition(enum
    QTextCursor::MoveOperation,enum QTextCursor::MoveMode,int)"
    (__imp_?
    movePosition@QTextCursor@@QAE_NW4MoveOperation@1@W4MoveMode@
    1@H@Z) referenced in function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextCursor::clearSelection(void)" (__imp_?
    clearSelection@QTextCursor@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTextCursor
    __thiscall QTextEdit::textCursor(void)const " (__imp_?
    textCursor@QTextEdit@@QBE?AVQTextCursor@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QTextEdit::find(class QString const &,class QFlags<enum
    QTextDocument::FindFlag>)" (__imp_?
    find@QTextEdit@@QAE_NABVQString@@V?
    $QFlags@W4FindFlag@QTextDocument@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::cut(void)" (__imp_?cut@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionCut_activated(void)" (?
    on_actionCut_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::copy(void)" (__imp_?copy@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionCopy_activated(void)" (?
    on_actionCopy_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::paste(void)" (__imp_?paste@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionPaste_activated(void)" (?
    on_actionPaste_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextCursor::removeSelectedText(void)" (__imp_?
    removeSelectedText@QTextCursor@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionDelete_activated(void)" (?
    on_actionDelete_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::selectAll(void)" (__imp_?
    selectAll@QTextEdit@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSelect_All_activated(void)" (?
    on_actionSelect_All_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QLineEdit::text(void)const " (__imp_?
    text@QLineEdit@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_structName_returnPressed(void)" (?
    on_structName_returnPressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol __imp__ShellExecuteA@24 referenced in
    function "public: void __thiscall
    MainWindow::on_actionBoomerang_Website_activated(void)" (?
    on_actionBoomerang_Website_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QDialog::QDialog(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QDialog@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionAbout_activated(void)" (?
    on_actionAbout_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QDialog::metaObject(void)const " (?
    metaObject@QDialog@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QDialog::qt_metacast(char const *)" (?
    qt_metacast@QDialog@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QDialog::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QDialog@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QDialog::eventFilter(class QObject *,class QEvent *)" (?
    eventFilter@QDialog@@MAE_NPAVQObject@@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::setVisible
    (bool)" (?setVisible@QDialog@@UAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QDialog::sizeHint(void)const " (?sizeHint@QDialog@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QDialog::minimumSizeHint(void)const " (?
    minimumSizeHint@QDialog@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QDialog@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QDialog@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::closeEvent(class QCloseEvent *)" (?
    closeEvent@QDialog@@MAEXPAVQCloseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QDialog@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::showEvent(class QShowEvent *)" (?
    showEvent@QDialog@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::done(int)"
    (?done@QDialog@@UAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::accept
    (void)" (?accept@QDialog@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::reject
    (void)" (?reject@QDialog@@UAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QPushButton::setDefault(bool)" (__imp_?
    setDefault@QPushButton@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QPushButton::setAutoDefault(bool)" (__imp_?
    setAutoDefault@QPushButton@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setScaledContents(bool)" (__imp_?
    setScaledContents@QLabel@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QFrame::setFrameShadow(enum QFrame::Shadow)" (__imp_?
    setFrameShadow@QFrame@@QAEXW4Shadow@1@@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QFrame::setFrameShape(enum QFrame::Shape)" (__imp_?
    setFrameShape@QFrame@@QAEXW4Shape@1@@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setSizeConstraint(enum QLayout::SizeConstraint)"
    (__imp_?
    setSizeConstraint@QLayout@@QAEXW4SizeConstraint@1@@Z)
    referenced in function "public: void __thiscall
    Ui_AboutDialog::setupUi(class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QDialog::~QDialog(void)" (__imp_??1QDialog@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QDialog::`scalar deleting destructor'(unsigned int)" (??
    _GQDialog@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::aboutQt(void)" (__imp_?
    aboutQt@QApplication@@SAXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionAboutQt_activated(void)" (?
    on_actionAboutQt_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLineEdit::clear(void)" (__imp_?clear@QLineEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_addButton_pressed(void)" (?
    on_addButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::toInt(bool *,int)const " (__imp_?
    toInt@QString@@QBEHPA_NH@Z) referenced in function "public:
    void __thiscall MainWindow::on_addButton_pressed(void)" (?
    on_addButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::currentRow(void)const " (__imp_?
    currentRow@QTableWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_removeButton_pressed(void)" (?
    on_removeButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QListData::size(void)const " (__imp_?
    size@QListData@@QBEHXZ) referenced in function "public: int
    __thiscall QList<class QString>::count(void)const " (?
    count@?$QList@VQString@@@@QBEHXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QListData::isEmpty(void)const " (__imp_?
    isEmpty@QListData@@QBE_NXZ) referenced in function "public:
    bool __thiscall QList<class QTreeWidgetItem *>::isEmpty
    (void)const " (?isEmpty@?
    $QList@PAVQTreeWidgetItem@@@@QBE_NXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qt_assert(char
    const *,char const *,int)" (__imp_?qt_assert@@YAXPBD0H@Z)
    referenced in function "public: class QTreeWidgetItem * &
    __thiscall QList<class QTreeWidgetItem *>::first(void)" (?
    first@?
    $QList@PAVQTreeWidgetItem@@@@QAEAAPAVQTreeWidgetItem@@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::begin(void)const " (__imp_?
    begin@QListData@@QBEPAPAXXZ) referenced in
    function "public: class QList<class QTreeWidgetItem
    *>::iterator __thiscall QList<class QTreeWidgetItem
    *>::begin(void)" (?begin@?$QList@PAVQTreeWidgetItem@@@@QAE?
    AViterator@1@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::at(int)const " (__imp_?
    at@QListData@@QBEPAPAXH@Z) referenced in function "public:
    class QString const & __thiscall QList<class QString>::at
    (int)const " (?at@?$QList@VQString@@@@QBEABVQString@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qt_assert_x(char
    const *,char const *,char const *,int)" (__imp_?
    qt_assert_x@@YAXPBD00H@Z) referenced in function "public:
    class QString const & __thiscall QList<class QString>::at
    (int)const " (?at@?$QList@VQString@@@@QBEABVQString@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::append(void)" (__imp_?
    append@QListData@@QAEPAPAXXZ) referenced in
    function "public: void __thiscall QList<class
    QString>::append(class QString const &)" (?append@?
    $QList@VQString@@@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::end(void)const " (__imp_?
    end@QListData@@QBEPAPAXXZ) referenced in function "private:
    void __thiscall QList<class QTreeWidgetItem
    *>::detach_helper(void)" (?detach_helper@?
    $QList@PAVQTreeWidgetItem@@@@AAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: struct
    QListData::Data * __thiscall QListData::detach(void)"
    (__imp_?detach@QListData@@QAEPAUData@1@XZ) referenced in
    function "private: void __thiscall QList<class
    QTreeWidgetItem *>::detach_helper(void)" (?detach_helper@?
    $QList@PAVQTreeWidgetItem@@@@AAEXXZ)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual void
    * __thiscall QObject::qt_metacast(char const *)" (__imp_?
    qt_metacast@QObject@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    Decompiler::qt_metacast(char const *)" (?
    qt_metacast@Decompiler@@UAEPAXPBD@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual int
    __thiscall QObject::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QObject@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    Decompiler::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@Decompiler@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: static void
    __cdecl QMetaObject::activate(class QObject *,struct
    QMetaObject const *,int,void * *)" (__imp_?
    activate@QMetaObject@@SAXPAVQObject@@PBU1@HPAPAX@Z)
    referenced in function "protected: void __thiscall
    Decompiler::loading(void)" (?loading@Decompiler@@IAEXXZ)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual void
    * __thiscall QThread::qt_metacast(char const *)" (__imp_?
    qt_metacast@QThread@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    DecompilerThread::qt_metacast(char const *)" (?
    qt_metacast@DecompilerThread@@UAEPAXPBD@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual int
    __thiscall QThread::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QThread@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    DecompilerThread::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (?
    qt_metacall@DecompilerThread@@UAEHW4Call@QMetaObject@@HPAPAX
    @Z)
    6>moc_DecompilerThread.obj : error LNK2001: unresolved
    external symbol "__declspec(dllimport) public: static
    struct QMetaObject const QObject::staticMetaObject" (__imp_?
    staticMetaObject@QObject@@2UQMetaObject@@B)
    6>moc_DecompilerThread.obj : error LNK2001: unresolved
    external symbol "__declspec(dllimport) public: static
    struct QMetaObject const QThread::staticMetaObject" (__imp_?
    staticMetaObject@QThread@@2UQMetaObject@@B)
    6>moc_mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void *
    __thiscall QMainWindow::qt_metacast(char const *)" (__imp_?
    qt_metacast@QMainWindow@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    MainWindow::qt_metacast(char const *)" (?
    qt_metacast@MainWindow@@UAEPAXPBD@Z)
    6>moc_mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual int
    __thiscall QMainWindow::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QMainWindow@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    MainWindow::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@MainWindow@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QMetaObject const QMainWindow::staticMetaObject" (__imp_?
    staticMetaObject@QMainWindow@@2UQMetaObject@@B)
    6>moc_rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void *
    __thiscall QTextEdit::qt_metacast(char const *)" (__imp_?
    qt_metacast@QTextEdit@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    RTLEditor::qt_metacast(char const *)" (?
    qt_metacast@RTLEditor@@UAEPAXPBD@Z)
    6>moc_rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual int
    __thiscall QTextEdit::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QTextEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    RTLEditor::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@RTLEditor@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QMetaObject const QTextEdit::staticMetaObject" (__imp_?
    staticMetaObject@QTextEdit@@2UQMetaObject@@B)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setReadOnly(bool)" (__imp_?
    setReadOnly@QTextEdit@@QAEX_N@Z) referenced in
    function "public: __thiscall RTLEditor::RTLEditor(class
    Decompiler *,class QString const &)" (??
    0RTLEditor@@QAE@PAVDecompiler@@ABVQString@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMouseTracking(bool)" (__imp_?
    setMouseTracking@QWidget@@QAEX_N@Z) referenced in
    function "public: __thiscall RTLEditor::RTLEditor(class
    Decompiler *,class QString const &)" (??
    0RTLEditor@@QAE@PAVDecompiler@@ABVQString@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractSlider::setValue(int)" (__imp_?
    setValue@QAbstractSlider@@QAEXH@Z) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setHtml(class QString const &)" (__imp_?
    setHtml@QTextEdit@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QAbstractSlider::value(void)const " (__imp_?
    value@QAbstractSlider@@QBEHXZ) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QScrollBar *
    __thiscall QAbstractScrollArea::verticalScrollBar(void)
    const " (__imp_?
    verticalScrollBar@QAbstractScrollArea@@QBEPAVQScrollBar@@XZ)
    referenced in function "public: void __thiscall
    RTLEditor::updateContents(void)" (?
    updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::restoreOverrideCursor(void)" (__imp_?
    restoreOverrideCursor@QApplication@@SAXXZ) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCursor::~QCursor(void)" (__imp_??1QCursor@@QAE@XZ)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::setOverrideCursor(class QCursor const &)"
    (__imp_?setOverrideCursor@QApplication@@SAXABVQCursor@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCursor::QCursor(enum Qt::CursorShape)" (__imp_??
    0QCursor@@QAE@W4CursorShape@Qt@@@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextEdit::anchorAt(class QPoint const &)const "
    (__imp_?anchorAt@QTextEdit@@QBE?AVQString@@ABVQPoint@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QPoint const &
    __thiscall QMouseEvent::pos(void)const " (__imp_?
    pos@QMouseEvent@@QBEABVQPoint@@XZ) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: virtual void
    __thiscall QTextEdit::mousePressEvent(class QMouseEvent *)"
    (__imp_?mousePressEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::scrollToAnchor(class QString const &)" (__imp_?
    scrollToAnchor@QTextEdit@@QAEXABVQString@@@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::mid(int,int)const " (__imp_?
    mid@QString@@QBE?AV1@HH@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>boomerang.obj : error LNK2019: unresolved external symbol
    __imp__GC_disable referenced in function "public: int
    __thiscall Boomerang::commandLine(int,char const * *)" (?
    commandLine@Boomerang@@QAEHHPAPBD@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymGetTypeInfo@24 referenced in function "class Type
    * __cdecl makeUDT(int,unsigned __int64)" (?
    makeUDT@@YAPAVType@@H_K@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymEnumSymbols@24 referenced in function "public:
    class Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymSetContext@12 referenced in function "public:
    class Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymFromAddr@20 referenced in function "public: class
    Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_GetCurrentLineNumber referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_ErrorString referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_GetErrorCode referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_Parse referenced in function "protected:
    void __thiscall XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetCharacterDataHandler referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetElementHandler referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetUserData referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_ParserCreate referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>..\boomerang-gui.exe : fatal error LNK1120: 755
    unresolved externals
    6>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    6>qtgui2 - 854 error(s), 2 warning(s)
    ========== Build: 5 succeeded, 1 failed, 0 up-to-date, 0
    skipped ==========

     
  • Nobody/Anonymous

    Logged In: NO

    1>------ Build started: Project: BinaryFile, Configuration:
    Debug Win32 ------
    1>Compiling...
    1>BinaryFile.cpp
    1>Compiling manifest to resources...
    1>Linking...
    1>LINK : ..\..\BinaryFile.dll not found or not built by the
    last incremental link; performing full link
    1> Creating library ..\..\Debug\BinaryFile.lib and
    object ..\..\Debug\BinaryFile.exp
    1>Embedding manifest...
    1>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    1>BinaryFile - 0 error(s), 0 warning(s)
    2>------ Build started: Project: MachOBinaryFile,
    Configuration: Debug Win32 ------
    3>------ Build started: Project: ElfBinaryFile,
    Configuration: Debug Win32 ------
    4>------ Build started: Project: DOS4GWBinaryFile,
    Configuration: Debug Win32 ------
    3>ElfBinaryFile : warning PRJ0009 : Build log could not be
    opened for writing.
    3>Make sure that the file is not open by another process
    and is not write-protected.
    5>------ Build started: Project: Win32BinaryFile,
    Configuration: Debug Win32 ------
    5>Win32BinaryFile : warning PRJ0009 : Build log could not
    be opened for writing.
    5>Make sure that the file is not open by another process
    and is not write-protected.
    4>DOS4GWBinaryFile : warning PRJ0009 : Build log could not
    be opened for writing.
    4>Make sure that the file is not open by another process
    and is not write-protected.
    3>Compiling...
    2>Compiling...
    5>Compiling...
    4>Compiling...
    3>ElfBinaryFile.cpp
    2>MachOBinaryFile.cpp
    5>Win32BinaryFile.cpp
    4>microX86dis.c
    4>Compiling...
    4>DOS4GWBinaryFile.cpp
    3>SymTab.cpp
    4>Compiling manifest to resources...
    4>Linking...
    4>LINK : ..\..\DOS4GWBinaryFile.dll not found or not built
    by the last incremental link; performing full link
    4> Creating library ..\..\Debug\DOS4GWBinaryFile.lib and
    object ..\..\Debug\DOS4GWBinaryFile.exp
    4>microX86dis.obj : warning LNK4099: PDB 'vc80.pdb' was not
    found with '..\..\Debug\microX86dis.obj' or
    at 'c:\usr\src\boomerang\Debug\vc80.pdb'; linking object as
    if no debug info
    4>DOS4GWBinaryFile.obj : warning LNK4099: PDB 'vc80.pdb'
    was not found with '..\..\Debug\DOS4GWBinaryFile.obj' or
    at 'c:\usr\src\boomerang\Debug\vc80.pdb'; linking object as
    if no debug info
    3>Generating Code...
    4>Embedding manifest...
    4>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    4>DOS4GWBinaryFile - 0 error(s), 3 warning(s)
    5>Compiling...
    2>Compiling manifest to resources...
    3>Compiling manifest to resources...
    3>Linking...
    2>Linking...
    5>microX86dis.c
    3>LINK : ..\..\ElfBinaryFile.dll not found or not built by
    the last incremental link; performing full link
    2>LINK : ..\..\MachOBinaryFile.dll not found or not built
    by the last incremental link; performing full link
    5>Compiling manifest to resources...
    5>Linking...
    2> Creating library ..\..\Debug\MachOBinaryFile.lib and
    object ..\..\Debug\MachOBinaryFile.exp
    3> Creating library ..\..\Debug\ElfBinaryFile.lib and
    object ..\..\Debug\ElfBinaryFile.exp
    5>LINK : ..\..\Win32BinaryFile.dll not found or not built
    by the last incremental link; performing full link
    5> Creating library ..\..\Debug\Win32BinaryFile.lib and
    object ..\..\Debug\Win32BinaryFile.exp
    5>Embedding manifest...
    2>Embedding manifest...
    3>Embedding manifest...
    5>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    5>Win32BinaryFile - 0 error(s), 1 warning(s)
    3>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    2>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    3>ElfBinaryFile - 0 error(s), 1 warning(s)
    2>MachOBinaryFile - 0 error(s), 0 warning(s)
    6>------ Build started: Project: qtgui2, Configuration:
    Debug Win32 ------
    6>MOC rtleditor.h
    6>UIC boomerang.ui
    6>Warning: name actionSelect_All is already used
    6>MOC mainwindow.h
    6>MOC DecompilerThread.h
    6>Compiling...
    6>DecompilerThread.cpp
    6>main.cpp
    6>mainwindow.cpp
    6>moc_DecompilerThread.cpp
    6>moc_mainwindow.cpp
    6>moc_rtleditor.cpp
    6>rtleditor.cpp
    6>ansi-c-parser.cpp
    6>ansi-c-scanner.cpp
    6>basicblock.cpp
    6>BinaryFile.cpp
    6>BinaryFileFactory.cpp
    6>boomerang.cpp
    6>cfg.cpp
    6>chllcode.cpp
    6>constraint.cpp
    6>dataflow.cpp
    6>dfa.cpp
    6>exp.cpp
    6>frontend.cpp
    6>Generating Code...
    6>Compiling...
    6>insnameelem.cpp
    6>log.cpp
    6>managed.cpp
    6>njmcDecoder.cpp
    6>pentiumdecoder.cpp
    6>c:\usr\src\boomerang\qtgui2
    \frontend\machine\pentium\decoder.m(2234) : warning
    C4101: 'MATCH_w_8_8' : unreferenced local variable
    6>pentiumfrontend.cpp
    6>ppcdecoder.cpp
    6>ppcfrontend.cpp
    6>proc.cpp
    6>prog.cpp
    6>register.cpp
    6>rtl.cpp
    6>signature.cpp
    6>sparcdecoder.cpp
    6>sparcfrontend.cpp
    6>sslinst.cpp
    6>sslparser.cpp
    6>sslscanner.cpp
    6>st20decoder.cpp
    6>st20frontend.cpp
    6>Generating Code...
    6>Compiling...
    6>statement.cpp
    6>syntax.cpp
    6>table.cpp
    6>type.cpp
    6>util.cpp
    6>visitor.cpp
    6>xmlprogparser.cpp
    6>Generating Code...
    6>Linking...
    6>DecompilerThread.obj : warning LNK4075:
    ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification
    6> Creating library ..\boomerang-gui.lib and
    object ..\boomerang-gui.exp
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_malloc_uncollectable referenced in
    function "void * __cdecl operator new(unsigned int)" (??
    2@YAPAXI@Z)
    6>basicblock.obj : error LNK2001: unresolved external
    symbol __imp__GC_malloc_uncollectable
    6>dfa.obj : error LNK2001: unresolved external symbol
    __imp__GC_malloc_uncollectable
    6>sslparser.obj : error LNK2001: unresolved external symbol
    __imp__GC_malloc_uncollectable
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_malloc referenced in function "void *
    __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void * __cdecl
    QThread::currentThreadId(void)" (__imp_?
    currentThreadId@QThread@@SAPAXXZ) referenced in
    function "void * __cdecl operator new(unsigned int)" (??
    2@YAPAXI@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol __imp__GC_free referenced in function "void __cdecl
    operator delete(void *)" (??3@YAXPAX@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: int __thiscall
    QThread::exec(void)" (__imp_?exec@QThread@@IAEHXZ)
    referenced in function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QThread::setPriority(enum QThread::Priority)" (__imp_?
    setPriority@QThread@@QAEXW4Priority@1@@Z) referenced in
    function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QObject::moveToThread(class QThread *)" (__imp_?
    moveToThread@QObject@@QAEXPAVQThread@@@Z) referenced in
    function "protected: virtual void __thiscall
    DecompilerThread::run(void)" (?run@DecompilerThread@@MAEXXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    referenced in function __unwindfunclet$??
    0Decompiler@@QAE@XZ$0
    6>main.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::~QString(void)" (__imp_??1QString@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QObject::~QObject(void)" (__imp_??1QObject@@UAE@XZ)
    referenced in function __unwindfunclet$??
    0Decompiler@@QAE@XZ$0
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    referenced in function "public: __thiscall
    Decompiler::Decompiler(void)" (??0Decompiler@@QAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(void)" (__imp_??0QString@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QObject::QObject(class QObject *)" (__imp_??
    0QObject@@QAE@PAV0@@Z) referenced in function "public:
    __thiscall Decompiler::Decompiler(void)" (??
    0Decompiler@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::event
    (class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::event
    (class QEvent *)" (?event@QObject@@UAE_NPAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QObject::eventFilter
    (class QObject *,class QEvent *)" (?
    eventFilter@QObject@@UAE_NPAV1@PAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::timerEvent(class QTimerEvent *)" (?
    timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::timerEvent(class QTimerEvent *)" (?
    timerEvent@QObject@@MAEXPAVQTimerEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::childEvent(class QChildEvent *)" (?
    childEvent@QObject@@MAEXPAVQChildEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::customEvent(class QEvent *)" (?
    customEvent@QObject@@MAEXPAVQEvent@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::connectNotify(char const *)" (?
    connectNotify@QObject@@MAEXPBD@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QObject::disconnectNotify(char const *)" (?
    disconnectNotify@QObject@@MAEXPBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: static void
    __cdecl QThread::msleep(unsigned long)" (__imp_?
    msleep@QThread@@KAXK@Z) referenced in function "public:
    class Decompiler * __thiscall
    DecompilerThread::getDecompiler(void)" (?
    getDecompiler@DecompilerThread@@QAEPAVDecompiler@@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(class QString const &)"
    (__imp_??4QString@@QAEAAV0@ABV0@@Z) referenced in
    function "public: void __thiscall
    Decompiler::changeInputFile(class QString const &)" (?
    changeInputFile@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(class QString const &)"
    (__imp_??4QString@@QAEAAV0@ABV0@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::~QByteArray(void)" (__imp_??
    1QByteArray@@QAE@XZ) referenced in function "public: void
    __thiscall Decompiler::changeOutputPath(class QString const
    &)" (?changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::~QByteArray(void)" (__imp_??1QByteArray@@QAE@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::operator char const *(void)const " (__imp_??
    BQByteArray@@QBEPBDXZ) referenced in function "public: void
    __thiscall Decompiler::changeOutputPath(class QString const
    &)" (?changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QByteArray::operator char const *(void)const " (__imp_??
    BQByteArray@@QBEPBDXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QByteArray
    __thiscall QString::toAscii(void)const " (__imp_?
    toAscii@QString@@QBE?AVQByteArray@@XZ) referenced in
    function "public: void __thiscall
    Decompiler::changeOutputPath(class QString const &)" (?
    changeOutputPath@Decompiler@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QByteArray
    __thiscall QString::toAscii(void)const " (__imp_?
    toAscii@QString@@QBE?AVQByteArray@@XZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(char const *)" (__imp_??
    0QString@@QAE@PBD@Z) referenced in function "public: void
    __thiscall Decompiler::load(void)" (?
    load@Decompiler@@QAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(char const *)" (__imp_??
    0QString@@QAE@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(char const *)" (__imp_?
    append@QString@@QAEAAV1@PBD@Z) referenced in
    function "public: virtual void __thiscall
    Decompiler::alert_new(class Proc *)" (?
    alert_new@Decompiler@@UAEXPAVProc@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(char const *)" (__imp_?
    append@QString@@QAEAAV1@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(char const *)" (__imp_??
    4QString@@QAEAAV0@PBD@Z) referenced in function "public:
    virtual void __thiscall Decompiler::alert_new(class Proc
    *)" (?alert_new@Decompiler@@UAEXPAVProc@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::operator=(char const *)" (__imp_??
    4QString@@QAEAAV0@PBD@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QThread::wait(unsigned long)" (__imp_?
    wait@QThread@@QAE_NK@Z) referenced in function "public:
    virtual void __thiscall
    Decompiler::alert_decompile_debug_point(class UserProc
    *,char const *)" (?
    alert_decompile_debug_point@Decompiler@@UAEXPAVUserProc@@PBD
    @Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QThread *
    __thiscall QObject::thread(void)const " (__imp_?
    thread@QObject@@QBEPAVQThread@@XZ) referenced in
    function "public: virtual void __thiscall
    Decompiler::alert_decompile_debug_point(class UserProc
    *,char const *)" (?
    alert_decompile_debug_point@Decompiler@@UAEXPAVUserProc@@PBD
    @Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setItem(int,int,class QTableWidgetItem *)"
    (__imp_?
    setItem@QTableWidget@@QAEXHHPAVQTableWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setItem(int,int,class QTableWidgetItem *)"
    (__imp_?setItem@QTableWidget@@QAEXHHPAVQTableWidgetItem@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(class QString const
    &,int)" (__imp_??0QTableWidgetItem@@QAE@ABVQString@@H@Z)
    referenced in function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(class QString const
    &,int)" (__imp_??0QTableWidgetItem@@QAE@ABVQString@@H@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::arg(unsigned int,int,int,class QChar
    const &)const " (__imp_?arg@QString@@QBE?
    AV1@IHHABVQChar@@@Z) referenced in function "public: void
    __thiscall Decompiler::getCompoundMembers(class QString
    const &,class QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::arg(unsigned int,int,int,class QChar
    const &)const " (__imp_?arg@QString@@QBE?
    AV1@IHHABVQChar@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QChar::QChar(struct QLatin1Char)" (__imp_??
    0QChar@@QAE@UQLatin1Char@@@Z) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::rowCount(void)const " (__imp_?
    rowCount@QTableWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::rowCount(void)const " (__imp_?
    rowCount@QTableWidget@@QBEHXZ)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setRowCount(int)" (__imp_?
    setRowCount@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall
    Decompiler::getCompoundMembers(class QString const &,class
    QTableWidget *)" (?
    getCompoundMembers@Decompiler@@QAEXABVQString@@PAVQTableWidg
    et@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setRowCount(int)" (__imp_?
    setRowCount@QTableWidget@@QAEXH@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTableWidgetItem * __thiscall
    QTableWidgetItem::clone(void)const " (?
    clone@QTableWidgetItem@@UBEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTableWidgetItem * __thiscall
    QTableWidgetItem::clone(void)const " (?
    clone@QTableWidgetItem@@UBEPAV1@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTableWidgetItem::data(int)const " (?
    data@QTableWidgetItem@@UBE?AVQVariant@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTableWidgetItem::data(int)const " (?
    data@QTableWidgetItem@@UBE?AVQVariant@@H@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::setData(int,class QVariant const &)" (?
    setData@QTableWidgetItem@@UAEXHABVQVariant@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::setData(int,class QVariant const &)" (?
    setData@QTableWidgetItem@@UAEXHABVQVariant@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTableWidgetItem::operator<(class QTableWidgetItem const &)
    const " (??MQTableWidgetItem@@UBE_NABV0@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTableWidgetItem::operator<(class QTableWidgetItem const &)
    const " (??MQTableWidgetItem@@UBE_NABV0@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::read(class QDataStream &)" (?
    read@QTableWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::read(class QDataStream &)" (?
    read@QTableWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::write(class QDataStream &)const " (?
    write@QTableWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableWidgetItem::write(class QDataStream &)const " (?
    write@QTableWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QMetaObject::tr(char const *,char const *)
    const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z)
    referenced in function "public: static class QString
    __cdecl Decompiler::tr(char const *,char const *)" (?
    tr@Decompiler@@SA?AVQString@@PBD0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QMetaObject::tr(char const *,char const *)
    const " (__imp_?tr@QMetaObject@@QBE?AVQString@@PBD0@Z)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidgetItem::~QTableWidgetItem(void)" (__imp_??
    1QTableWidgetItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTableWidgetItem::`scalar
    deleting destructor'(unsigned int)" (??
    _GQTableWidgetItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidgetItem::~QTableWidgetItem(void)" (__imp_??
    1QTableWidgetItem@@UAE@XZ)
    6>DecompilerThread.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QListData::Data QListData::shared_null" (__imp_?
    shared_null@QListData@@2UData@1@A)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QListData::Data QListData::shared_null" (__imp_?
    shared_null@QListData@@2UData@1@A)
    6>DecompilerThread.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qFree(void *)"
    (__imp_?qFree@@YAXPAX@Z) referenced in function "private:
    void __thiscall QList<class QString>::free(struct
    QListData::Data *)" (?free@?
    $QList@VQString@@@@AAEXPAUData@QListData@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) void __cdecl qFree(void *)"
    (__imp_?qFree@@YAXPAX@Z)
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QApplication::~QApplication(void)" (__imp_??
    1QApplication@@UAE@XZ) referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static int __cdecl
    QApplication::exec(void)" (__imp_?exec@QApplication@@SAHXZ)
    referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ)
    referenced in function _main
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::show(void)" (__imp_?show@QWidget@@QAEXXZ)
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QApplication::QApplication(int &,char * *)" (__imp_??
    0QApplication@@QAE@AAHPAPAD@Z) referenced in function _main
    6>main.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMainWindow::~QMainWindow(void)" (__imp_??
    1QMainWindow@@UAE@XZ) referenced in function "public:
    virtual __thiscall MainWindow::~MainWindow(void)" (??
    1MainWindow@@UAE@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMainWindow::~QMainWindow(void)" (__imp_??
    1QMainWindow@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QSettings::~QSettings(void)" (__imp_??1QSettings@@UAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setDisabled(bool)" (__imp_?
    setDisabled@QWidget@@QAEX_N@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::isEmpty(void)const " (__imp_?
    isEmpty@QString@@QBE_NXZ) referenced in function "public:
    __thiscall MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::isEmpty(void)const " (__imp_?
    isEmpty@QString@@QBE_NXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QComboBox::currentText(void)const " (__imp_?
    currentText@QComboBox@@QBE?AVQString@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setCurrentIndex(int)" (__imp_?
    setCurrentIndex@QComboBox@@QAEXH@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QVariant::toString(void)const " (__imp_?
    toString@QVariant@@QBE?AVQString@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::addItem(class QString const &,class QVariant
    const &)" (__imp_?
    addItem@QComboBox@@QAEXABVQString@@ABVQVariant@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::findText(class QString const &,class QFlags<enum
    Qt::MatchFlag>)const " (__imp_?
    findText@QComboBox@@QBEHABVQString@@V?
    $QFlags@W4MatchFlag@Qt@@@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::~QVariant(void)" (__imp_??1QVariant@@QAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QStringList
    __thiscall QVariant::toStringList(void)const " (__imp_?
    toStringList@QVariant@@QBE?AVQStringList@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QVariant
    __thiscall QSettings::value(class QString const &,class
    QVariant const &)const " (__imp_?value@QSettings@@QBE?
    AVQVariant@@ABVQString@@ABV2@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(void)" (__imp_??0QVariant@@QAE@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSettings::QSettings(class QString const &,class QString
    const &,class QObject *)" (__imp_??
    0QSettings@@QAE@ABVQString@@0PAVQObject@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setWindowTitle(class QString const &)" (__imp_?
    setWindowTitle@QWidget@@QAEXABVQString@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::removeTab(int)" (__imp_?
    removeTab@QTabWidget@@QAEXH@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::widget(int)const " (__imp_?
    widget@QTabWidget@@QBEPAVQWidget@@H@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::cornerWidget(enum Qt::Corner)const "
    (__imp_?
    cornerWidget@QTabWidget@@QBEPAVQWidget@@W4Corner@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setCornerWidget(class QWidget *,enum
    Qt::Corner)" (__imp_?
    setCornerWidget@QTabWidget@@QAEXPAVQWidget@@W4Corner@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setFixedSize(class QSize const &)" (__imp_?
    setFixedSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSize
    __thiscall QAbstractButton::iconSize(void)const " (__imp_?
    iconSize@QAbstractButton@@QBE?AVQSize@@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QIcon::~QIcon(void)" (__imp_??1QIcon@@QAE@XZ) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QPushButton::QPushButton(class QIcon const &,class QString
    const &,class QWidget *)" (__imp_??
    0QPushButton@@QAE@ABVQIcon@@ABVQString@@PAVQWidget@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QIcon::QIcon(class QString const &)" (__imp_??
    0QIcon@@QAE@ABVQString@@@Z) referenced in function "public:
    __thiscall MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::hide(void)" (__imp_?hide@QWidget@@QAEXXZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QHeaderView *
    __thiscall QTableView::verticalHeader(void)const " (__imp_?
    verticalHeader@QTableView@@QBEPAVQHeaderView@@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QObject::disconnect(char const *,class QObject const *,char
    const *)" (__imp_?disconnect@QObject@@QAE_NPBDPBV1@0@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QHeaderView *
    __thiscall QTableView::horizontalHeader(void)const "
    (__imp_?horizontalHeader@QTableView@@QBEPAVQHeaderView@@XZ)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static bool __cdecl
    QObject::connect(class QObject const *,char const *,class
    QObject const *,char const *,enum Qt::ConnectionType)"
    (__imp_?
    connect@QObject@@SA_NPBV1@PBD01W4ConnectionType@Qt@@@Z)
    referenced in function "public: __thiscall
    MainWindow::MainWindow(class QWidget *)" (??
    0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QThread::start(enum QThread::Priority)" (__imp_?
    start@QThread@@QAEXW4Priority@1@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMainWindow::QMainWindow(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QMainWindow@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: __thiscall MainWindow::MainWindow(class
    QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QMainWindow::event(class QEvent *)" (?
    event@QMainWindow@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::setVisible
    (bool)" (?setVisible@QWidget@@UAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::setVisible
    (bool)" (?setVisible@QWidget@@UAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QWidget::sizeHint(void)const " (?sizeHint@QWidget@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QWidget::minimumSizeHint(void)const " (?
    minimumSizeHint@QWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QWidget::heightForWidth(int)const " (?
    heightForWidth@QWidget@@UBEHH@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QWidget::heightForWidth(int)const " (?
    heightForWidth@QWidget@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QWidget@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QWidget@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QWidget@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enterEvent(class QEvent *)" (?
    enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enterEvent(class QEvent *)" (?
    enterEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::leaveEvent(class QEvent *)" (?
    leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::leaveEvent(class QEvent *)" (?
    leaveEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paintEvent(class QPaintEvent *)" (?
    paintEvent@QWidget@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::moveEvent(class QMoveEvent *)" (?
    moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::moveEvent(class QMoveEvent *)" (?
    moveEvent@QWidget@@MAEXPAVQMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QWidget@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::closeEvent(class QCloseEvent *)" (?
    closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::closeEvent(class QCloseEvent *)" (?
    closeEvent@QWidget@@MAEXPAVQCloseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMainWindow::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QMainWindow@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::tabletEvent(class QTabletEvent *)" (?
    tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::tabletEvent(class QTabletEvent *)" (?
    tabletEvent@QWidget@@MAEXPAVQTabletEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::actionEvent(class QActionEvent *)" (?
    actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::actionEvent(class QActionEvent *)" (?
    actionEvent@QWidget@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QWidget@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QWidget@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QWidget@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::dropEvent(class QDropEvent *)" (?
    dropEvent@QWidget@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::showEvent(class QShowEvent *)" (?
    showEvent@QWidget@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::hideEvent(class QHideEvent *)" (?
    hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::hideEvent(class QHideEvent *)" (?
    hideEvent@QWidget@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::winEvent
    (struct tagMSG *,long *)" (?
    winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::winEvent
    (struct tagMSG *,long *)" (?
    winEvent@QWidget@@MAE_NPAUtagMSG@@PAJ@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::changeEvent(class QEvent *)" (?
    changeEvent@QWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QWidget@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QWidget::inputMethodQuery(enum Qt::InputMethodQuery)const "
    (?inputMethodQuery@QWidget@@UBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QWidget::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QWidget@@MAE_N_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::styleChange(class QStyle &)" (?
    styleChange@QWidget@@MAEXAAVQStyle@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::styleChange(class QStyle &)" (?
    styleChange@QWidget@@MAEXAAVQStyle@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enabledChange(bool)" (?
    enabledChange@QWidget@@MAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::enabledChange(bool)" (?
    enabledChange@QWidget@@MAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paletteChange(class QPalette const &)" (?
    paletteChange@QWidget@@MAEXABVQPalette@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::paletteChange(class QPalette const &)" (?
    paletteChange@QWidget@@MAEXABVQPalette@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::fontChange(class QFont const &)" (?
    fontChange@QWidget@@MAEXABVQFont@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::fontChange(class QFont const &)" (?
    fontChange@QWidget@@MAEXABVQFont@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::windowActivationChange(bool)" (?
    windowActivationChange@QWidget@@MAEX_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::windowActivationChange(bool)" (?
    windowActivationChange@QWidget@@MAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::languageChange(void)" (?
    languageChange@QWidget@@MAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::languageChange(void)" (?
    languageChange@QWidget@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QMenu * __thiscall
    QMainWindow::createPopupMenu(void)" (?
    createPopupMenu@QMainWindow@@UAEPAVQMenu@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::devType
    (void)const " (?devType@QWidget@@UBEHXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::devType
    (void)const " (?devType@QWidget@@UBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QPaintEngine * __thiscall
    QWidget::paintEngine(void)const " (?
    paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QPaintEngine * __thiscall
    QWidget::paintEngine(void)const " (?
    paintEngine@QWidget@@UBEPAVQPaintEngine@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct HDC__ * __thiscall
    QWidget::getDC(void)const " (?
    getDC@QWidget@@UBEPAUHDC__@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual struct HDC__ * __thiscall
    QWidget::getDC(void)const " (?
    getDC@QWidget@@UBEPAUHDC__@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::releaseDC
    (struct HDC__ *)const " (?
    releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QWidget::releaseDC
    (struct HDC__ *)const " (?
    releaseDC@QWidget@@UBEXPAUHDC__@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall QWidget::metric
    (enum QPaintDevice::PaintDeviceMetric)const " (?
    metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall QWidget::metric
    (enum QPaintDevice::PaintDeviceMetric)const " (?
    metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDevice@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QPushButton::metaObject(void)const " (?
    metaObject@QPushButton@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QPushButton::qt_metacast(char const *)" (?
    qt_metacast@QPushButton@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QPushButton::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QPushButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QPushButton::event(class QEvent *)" (?
    event@QPushButton@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::timerEvent(class QTimerEvent *)" (?
    timerEvent@QAbstractButton@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QPushButton::sizeHint(void)const " (?
    sizeHint@QPushButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QAbstractButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QPushButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QPushButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QPushButton::paintEvent(class QPaintEvent *)" (?
    paintEvent@QPushButton@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QWidget::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QWidget@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::changeEvent(class QEvent *)" (?
    changeEvent@QAbstractButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractButton::hitButton(class QPoint const &)const " (?
    hitButton@QAbstractButton@@MBE_NABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::checkStateSet(void)" (?
    checkStateSet@QAbstractButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::nextCheckState(void)" (?
    nextCheckState@QAbstractButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QMetaObject::connectSlotsByName(class QObject *)" (__imp_?
    connectSlotsByName@QMetaObject@@SAXPAVQObject@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStackedWidget::setCurrentIndex(int)" (__imp_?
    setCurrentIndex@QStackedWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QAction *
    __thiscall QMenu::addSeparator(void)" (__imp_?
    addSeparator@QMenu@@QAEPAVQAction@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::addAction(class QAction *)" (__imp_?
    addAction@QWidget@@QAEXPAVQAction@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QAction *
    __thiscall QMenu::menuAction(void)const " (__imp_?
    menuAction@QMenu@@QBEPAVQAction@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setStatusBar(class QStatusBar *)" (__imp_?
    setStatusBar@QMainWindow@@QAEXPAVQStatusBar@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QStatusBar::QStatusBar(class QWidget *)" (__imp_??
    0QStatusBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setMenuBar(class QMenuBar *)" (__imp_?
    setMenuBar@QMainWindow@@QAEXPAVQMenuBar@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMenu::QMenu(class QWidget *)" (__imp_??
    0QMenu@@QAE@PAVQWidget@@@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::setupUi(class QMainWindow
    *)" (?setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setGeometry(class QRect const &)" (__imp_?
    setGeometry@QWidget@@QAEXABVQRect@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRect::QRect(int,int,int,int)" (__imp_??0QRect@@QAE@HHHH@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QMenuBar::QMenuBar(class QWidget *)" (__imp_??
    0QMenuBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMainWindow::setCentralWidget(class QWidget *)" (__imp_?
    setCentralWidget@QMainWindow@@QAEXPAVQWidget@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::addTab(class QWidget *,class QString const &)"
    (__imp_?addTab@QTabWidget@@QAEHPAVQWidget@@ABVQString@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QCoreApplication::translate(char const *,char const
    *,char const *,enum QCoreApplication::Encoding)" (__imp_?
    translate@QCoreApplication@@SA?
    AVQString@@PBD00W4Encoding@1@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeView::setItemsExpandable(bool)" (__imp_?
    setItemsExpandable@QTreeView@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidget::QTreeWidget(class QWidget *)" (__imp_??
    0QTreeWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setOrientation(enum Qt::Orientation)" (__imp_?
    setOrientation@QProgressBar@@QAEXW4Orientation@Qt@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setValue(int)" (__imp_?
    setValue@QProgressBar@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QProgressBar::QProgressBar(class QWidget *)" (__imp_??
    0QProgressBar@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setColumnCount(int)" (__imp_?
    setColumnCount@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setSortingEnabled(bool)" (__imp_?
    setSortingEnabled@QTableWidget@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setSelectionBehavior(enum
    QAbstractItemView::SelectionBehavior)" (__imp_?
    setSelectionBehavior@QAbstractItemView@@QAEXW4SelectionBehav
    ior@1@@Z) referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setSelectionMode(enum
    QAbstractItemView::SelectionMode)" (__imp_?
    setSelectionMode@QAbstractItemView@@QAEXW4SelectionMode@1@@Z
    ) referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractItemView::setEditTriggers(class QFlags<enum
    QAbstractItemView::EditTrigger>)" (__imp_?
    setEditTriggers@QAbstractItemView@@QAEXV?
    $QFlags@W4EditTrigger@QAbstractItemView@@@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QLineEdit::QLineEdit(class QWidget *)" (__imp_??
    0QLineEdit@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::setShowGrid(bool)" (__imp_?
    setShowGrid@QTableView@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidget::QTableWidget(class QWidget *)" (__imp_??
    0QTableWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QStackedWidget::addWidget(class QWidget *)" (__imp_?
    addWidget@QStackedWidget@@QAEHPAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSpacerItem::QSpacerItem(int,int,enum
    QSizePolicy::Policy,enum QSizePolicy::Policy)" (__imp_??
    0QSpacerItem@@QAE@HHW4Policy@QSizePolicy@@0@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCheckBox::QCheckBox(class QWidget *)" (__imp_??
    0QCheckBox@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setEditable(bool)" (__imp_?
    setEditable@QComboBox@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QComboBox::QComboBox(class QWidget *)" (__imp_??
    0QComboBox@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QStackedWidget::QStackedWidget(class QWidget *)" (__imp_??
    0QStackedWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setWordWrap(bool)" (__imp_?
    setWordWrap@QLabel@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QBoxLayout::addLayout(class QLayout *,int)" (__imp_?
    addLayout@QBoxLayout@@QAEXPAVQLayout@@H@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setAlignment(class QFlags<enum Qt::AlignmentFlag>)"
    (__imp_?setAlignment@QLabel@@QAEXV?
    $QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QLabel::QLabel(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QLabel@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setEnabled(bool)" (__imp_?
    setEnabled@QWidget@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QBoxLayout::addWidget(class QWidget *,int,class QFlags<enum
    Qt::AlignmentFlag>)" (__imp_?
    addWidget@QBoxLayout@@QAEXPAVQWidget@@HV?
    $QFlags@W4AlignmentFlag@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setIconSize(class QSize const &)" (__imp_?
    setIconSize@QAbstractButton@@QAEXABVQSize@@@Z) referenced
    in function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setIcon(class QIcon const &)" (__imp_?
    setIcon@QAbstractButton@@QAEXABVQIcon@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMaximumSize(class QSize const &)" (__imp_?
    setMaximumSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMinimumSize(class QSize const &)" (__imp_?
    setMinimumSize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QPushButton::QPushButton(class QWidget *)" (__imp_??
    0QPushButton@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QHBoxLayout::QHBoxLayout(void)" (__imp_??
    0QHBoxLayout@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVBoxLayout::QVBoxLayout(void)" (__imp_??
    0QVBoxLayout@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVBoxLayout::QVBoxLayout(class QWidget *)" (__imp_??
    0QVBoxLayout@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setSizePolicy(class QSizePolicy)" (__imp_?
    setSizePolicy@QWidget@@QAEXVQSizePolicy@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setHeightForWidth(bool)" (__imp_?
    setHeightForWidth@QSizePolicy@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QSizePolicy::hasHeightForWidth(void)const " (__imp_?
    hasHeightForWidth@QSizePolicy@@QBE_NXZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSizePolicy
    __thiscall QWidget::sizePolicy(void)const " (__imp_?
    sizePolicy@QWidget@@QBE?AVQSizePolicy@@XZ) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setVerticalStretch(unsigned char)" (__imp_?
    setVerticalStretch@QSizePolicy@@QAEXE@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSizePolicy::setHorizontalStretch(unsigned char)" (__imp_?
    setHorizontalStretch@QSizePolicy@@QAEXE@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSizePolicy::QSizePolicy(enum QSizePolicy::Policy,enum
    QSizePolicy::Policy)" (__imp_??
    0QSizePolicy@@QAE@W4Policy@0@0@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTabWidget::QTabWidget(class QWidget *)" (__imp_??
    0QTabWidget@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setMargin(int)" (__imp_?
    setMargin@QLayout@@QAEXH@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::setupUi(class QMainWindow
    *)" (?setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setSpacing(int)" (__imp_?
    setSpacing@QLayout@@QAEXH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QHBoxLayout::QHBoxLayout(class QWidget *)" (__imp_??
    0QHBoxLayout@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QWidget::QWidget(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QWidget@@QAE@PAV0@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setCheckable(bool)" (__imp_?
    setCheckable@QAction@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setEnabled(bool)" (__imp_?
    setEnabled@QAction@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QAction::QAction(class QObject *)" (__imp_??
    0QAction@@QAE@PAVQObject@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::resize(class QSize const &)" (__imp_?
    resize@QWidget@@QAEXABVQSize@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QSize
    __thiscall QSize::expandedTo(class QSize const &)const "
    (__imp_?expandedTo@QSize@@QBE?AV1@ABV1@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QSize::QSize(int,int)" (__imp_??0QSize@@QAE@HH@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::setupUi(class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QObject::setObjectName(class QString const &)" (__imp_?
    setObjectName@QObject@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QString::fromUtf8(char const *,int)" (__imp_?
    fromUtf8@QString@@SA?AV1@PBDH@Z) referenced in
    function "public: void __thiscall Ui_MainWindow::setupUi
    (class QMainWindow *)" (?
    setupUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QAction::metaObject(void)const " (?
    metaObject@QAction@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QAction::qt_metacast(char const *)" (?
    qt_metacast@QAction@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QAction::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QAction@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QAction::event
    (class QEvent *)" (?event@QAction@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QWidget::metaObject(void)const " (?
    metaObject@QWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QWidget::qt_metacast(char const *)" (?
    qt_metacast@QWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QWidget::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QWidget::event
    (class QEvent *)" (?event@QWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QHBoxLayout::metaObject(void)const " (?
    metaObject@QHBoxLayout@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QHBoxLayout::qt_metacast(char const *)" (?
    qt_metacast@QHBoxLayout@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QHBoxLayout::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QHBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLayout::childEvent(class QChildEvent *)" (?
    childEvent@QLayout@@MAEXPAVQChildEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QBoxLayout::addItem
    (class QLayoutItem *)" (?
    addItem@QBoxLayout@@UAEXPAVQLayoutItem@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayoutItem * __thiscall
    QBoxLayout::itemAt(int)const " (?
    itemAt@QBoxLayout@@UBEPAVQLayoutItem@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayoutItem * __thiscall
    QBoxLayout::takeAt(int)" (?
    takeAt@QBoxLayout@@UAEPAVQLayoutItem@@H@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QLayout::indexOf
    (class QWidget *)const " (?
    indexOf@QLayout@@UBEHPAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QBoxLayout::count
    (void)const " (?count@QBoxLayout@@UBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::sizeHint(void)const " (?
    sizeHint@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::minimumSize(void)const " (?
    minimumSize@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QBoxLayout::maximumSize(void)const " (?
    maximumSize@QBoxLayout@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QFlags<enum Qt::Orientation>
    __thiscall QBoxLayout::expandingDirections(void)const " (?
    expandingDirections@QBoxLayout@@UBE?AV?
    $QFlags@W4Orientation@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QBoxLayout::setGeometry(class QRect const &)" (?
    setGeometry@QBoxLayout@@UAEXABVQRect@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QLayout::geometry(void)const " (?geometry@QLayout@@UBE?
    AVQRect@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QLayout::isEmpty
    (void)const " (?isEmpty@QLayout@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QBoxLayout::hasHeightForWidth(void)const " (?
    hasHeightForWidth@QBoxLayout@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QBoxLayout::heightForWidth(int)const " (?
    heightForWidth@QBoxLayout@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QBoxLayout::minimumHeightForWidth(int)const " (?
    minimumHeightForWidth@QBoxLayout@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QBoxLayout::invalidate(void)" (?
    invalidate@QBoxLayout@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QWidget * __thiscall
    QLayoutItem::widget(void)" (?
    widget@QLayoutItem@@UAEPAVQWidget@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayout * __thiscall
    QLayout::layout(void)" (?layout@QLayout@@UAEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSpacerItem * __thiscall
    QLayoutItem::spacerItem(void)" (?
    spacerItem@QLayoutItem@@UAEPAVQSpacerItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTabWidget::metaObject(void)const " (?
    metaObject@QTabWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTabWidget::qt_metacast(char const *)" (?
    qt_metacast@QTabWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTabWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTabWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTabWidget::event
    (class QEvent *)" (?event@QTabWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QTabWidget::sizeHint(void)const " (?
    sizeHint@QTabWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QTabWidget::minimumSizeHint(void)const " (?
    minimumSizeHint@QTabWidget@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTabWidget@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTabWidget@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTabWidget@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::showEvent(class QShowEvent *)" (?
    showEvent@QTabWidget@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::changeEvent(class QEvent *)" (?
    changeEvent@QTabWidget@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::tabInserted(int)" (?
    tabInserted@QTabWidget@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTabWidget::tabRemoved(int)" (?
    tabRemoved@QTabWidget@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QVBoxLayout::metaObject(void)const " (?
    metaObject@QVBoxLayout@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QVBoxLayout::qt_metacast(char const *)" (?
    qt_metacast@QVBoxLayout@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QVBoxLayout::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QVBoxLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QLabel::metaObject(void)const " (?
    metaObject@QLabel@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QLabel::qt_metacast(char const *)" (?
    qt_metacast@QLabel@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QLabel::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QLabel@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QLabel::event
    (class QEvent *)" (?event@QLabel@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLabel::sizeHint(void)const " (?sizeHint@QLabel@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLabel::minimumSizeHint(void)const " (?
    minimumSizeHint@QLabel@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLabel::heightForWidth(int)const " (?
    heightForWidth@QLabel@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLabel::paintEvent(class QPaintEvent *)" (?
    paintEvent@QLabel@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLabel::changeEvent(class QEvent *)" (?
    changeEvent@QLabel@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QStackedWidget::metaObject(void)const " (?
    metaObject@QStackedWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QStackedWidget::qt_metacast(char const *)" (?
    qt_metacast@QStackedWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QStackedWidget::qt_metacall(enum QMetaObject::Call,int,void
    * *)" (?
    qt_metacall@QStackedWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QStackedWidget::event(class QEvent *)" (?
    event@QStackedWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QFrame::sizeHint(void)const " (?sizeHint@QFrame@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QFrame::paintEvent(class QPaintEvent *)" (?
    paintEvent@QFrame@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QFrame::changeEvent(class QEvent *)" (?
    changeEvent@QFrame@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QComboBox::metaObject(void)const " (?
    metaObject@QComboBox@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QComboBox::qt_metacast(char const *)" (?
    qt_metacast@QComboBox@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QComboBox::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QComboBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QComboBox::event
    (class QEvent *)" (?event@QComboBox@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QComboBox::sizeHint(void)const " (?sizeHint@QComboBox@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QComboBox::minimumSizeHint(void)const " (?
    minimumSizeHint@QComboBox@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QComboBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QComboBox@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::keyReleaseEvent(class QKeyEvent *)" (?
    keyReleaseEvent@QComboBox@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QComboBox@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::paintEvent(class QPaintEvent *)" (?
    paintEvent@QComboBox@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QComboBox@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QComboBox@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::showEvent(class QShowEvent *)" (?
    showEvent@QComboBox@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::hideEvent(class QHideEvent *)" (?
    hideEvent@QComboBox@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::changeEvent(class QEvent *)" (?
    changeEvent@QComboBox@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QComboBox::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QComboBox@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QComboBox::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QComboBox@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QComboBox::showPopup
    (void)" (?showPopup@QComboBox@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QComboBox::hidePopup
    (void)" (?hidePopup@QComboBox@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QCheckBox::metaObject(void)const " (?
    metaObject@QCheckBox@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QCheckBox::qt_metacast(char const *)" (?
    qt_metacast@QCheckBox@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QCheckBox::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QCheckBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QCheckBox::event
    (class QEvent *)" (?event@QCheckBox@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QCheckBox::sizeHint(void)const " (?sizeHint@QCheckBox@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QCheckBox@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QAbstractButton@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractButton::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QAbstractButton@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::paintEvent(class QPaintEvent *)" (?
    paintEvent@QCheckBox@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QCheckBox::hitButton(class QPoint const &)const " (?
    hitButton@QCheckBox@@MBE_NABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::checkStateSet(void)" (?
    checkStateSet@QCheckBox@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QCheckBox::nextCheckState(void)" (?
    nextCheckState@QCheckBox@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::sizeHint(void)const " (?
    sizeHint@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::minimumSize(void)const " (?
    minimumSize@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QSpacerItem::maximumSize(void)const " (?
    maximumSize@QSpacerItem@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QFlags<enum Qt::Orientation>
    __thiscall QSpacerItem::expandingDirections(void)const " (?
    expandingDirections@QSpacerItem@@UBE?AV?
    $QFlags@W4Orientation@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QSpacerItem::setGeometry(class QRect const &)" (?
    setGeometry@QSpacerItem@@UAEXABVQRect@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QSpacerItem::geometry(void)const " (?
    geometry@QSpacerItem@@UBE?AVQRect@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QSpacerItem::isEmpty
    (void)const " (?isEmpty@QSpacerItem@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QLayoutItem::hasHeightForWidth(void)const " (?
    hasHeightForWidth@QLayoutItem@@UBE_NXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLayoutItem::heightForWidth(int)const " (?
    heightForWidth@QLayoutItem@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLayoutItem::minimumHeightForWidth(int)const " (?
    minimumHeightForWidth@QLayoutItem@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QLayoutItem::invalidate(void)" (?
    invalidate@QLayoutItem@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QLayout * __thiscall
    QLayoutItem::layout(void)" (?
    layout@QLayoutItem@@UAEPAVQLayout@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSpacerItem * __thiscall
    QSpacerItem::spacerItem(void)" (?
    spacerItem@QSpacerItem@@UAEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTableWidget::metaObject(void)const " (?
    metaObject@QTableWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTableWidget::qt_metacast(char const *)" (?
    qt_metacast@QTableWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTableWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTableWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableWidget::event(class QEvent *)" (?
    event@QTableWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTableView@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::sizeHint(void)const " (?
    sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::sizeHint(void)const " (?
    sizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::minimumSizeHint(void)const " (?
    minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QAbstractScrollArea::minimumSizeHint(void)const " (?
    minimumSizeHint@QAbstractScrollArea@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseReleaseEvent(class QMouseEvent *)"
    (?
    mouseReleaseEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseDoubleClickEvent(class QMouseEvent
    *)" (?
    mouseDoubleClickEvent@QAbstractItemView@@MAEXPAVQMouseEvent@
    @@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QAbstractItemView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractScrollArea::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QAbstractScrollArea@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QAbstractItemView@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QAbstractItemView@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTableView@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QAbstractItemView@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractScrollArea::contextMenuEvent(class
    QContextMenuEvent *)" (?
    contextMenuEvent@QAbstractScrollArea@@MAEXPAVQContextMenuEve
    nt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragEnterEvent(class QDragEnterEvent *)"
    (?
    dragEnterEvent@QAbstractItemView@@MAEXPAVQDragEnterEvent@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QAbstractItemView@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dragLeaveEvent(class QDragLeaveEvent *)"
    (?
    dragLeaveEvent@QAbstractItemView@@MAEXPAVQDragLeaveEvent@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dropEvent(class QDropEvent *)" (?
    dropEvent@QAbstractItemView@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractItemView::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractItemView@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTableView@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "private: virtual void __thiscall
    QTableWidget::setModel(class QAbstractItemModel *)" (?
    setModel@QTableWidget@@EAEXPAVQAbstractItemModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableView::setSelectionModel(class QItemSelectionModel *)"
    (?
    setSelectionModel@QTableView@@UAEXPAVQItemSelectionModel@@@Z
    )
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::keyboardSearch(class QString const &)" (?
    keyboardSearch@QAbstractItemView@@UAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QTableView::visualRect(class QModelIndex const &)const " (?
    visualRect@QTableView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTableView::scrollTo
    (class QModelIndex const &,enum
    QAbstractItemView::ScrollHint)" (?
    scrollTo@QTableView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstr
    actItemView@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QModelIndex __thiscall
    QTableView::indexAt(class QPoint const &)const " (?
    indexAt@QTableView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::sizeHintForRow(int)const " (?
    sizeHintForRow@QTableView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::sizeHintForColumn(int)const " (?
    sizeHintForColumn@QTableView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::reset(void)" (?
    reset@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTableView::setRootIndex(class QModelIndex const &)" (?
    setRootIndex@QTableView@@UAEXABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::doItemsLayout(void)" (?
    doItemsLayout@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QAbstractItemView::selectAll(void)" (?
    selectAll@QAbstractItemView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractItemView::edit(class QModelIndex const &,enum
    QAbstractItemView::EditTrigger,class QEvent *)" (?
    edit@QAbstractItemView@@MAE_NABVQModelIndex@@W4EditTrigger@1
    @PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::dataChanged(class QModelIndex const
    &,class QModelIndex const &)" (?
    dataChanged@QAbstractItemView@@MAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::rowsInserted(class QModelIndex const
    &,int,int)" (?
    rowsInserted@QAbstractItemView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::rowsAboutToBeRemoved(class QModelIndex
    const &,int,int)" (?
    rowsAboutToBeRemoved@QAbstractItemView@@MAEXABVQModelIndex@@
    HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::selectionChanged(class QItemSelection
    const &,class QItemSelection const &)" (?
    selectionChanged@QAbstractItemView@@MAEXABVQItemSelection@@0
    @Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::currentChanged(class QModelIndex const
    &,class QModelIndex const &)" (?
    currentChanged@QAbstractItemView@@MAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::updateEditorData(void)" (?
    updateEditorData@QAbstractItemView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::updateEditorGeometries(void)" (?
    updateEditorGeometries@QAbstractItemView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::updateGeometries(void)" (?
    updateGeometries@QTableView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::verticalScrollbarAction(int)" (?
    verticalScrollbarAction@QTableView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::horizontalScrollbarAction(int)" (?
    horizontalScrollbarAction@QTableView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::verticalScrollbarValueChanged(int)" (?
    verticalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::horizontalScrollbarValueChanged(int)" (?
    horizontalScrollbarValueChanged@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::closeEditor(class QWidget *,enum
    QAbstractItemDelegate::EndEditHint)" (?
    closeEditor@QAbstractItemView@@MAEXPAVQWidget@@W4EndEditHint
    @QAbstractItemDelegate@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::commitData(class QWidget *)" (?
    commitData@QAbstractItemView@@MAEXPAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::editorDestroyed(class QObject *)" (?
    editorDestroyed@QAbstractItemView@@MAEXPAVQObject@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QModelIndex __thiscall
    QTableView::moveCursor(enum
    QAbstractItemView::CursorAction,class QFlags<enum
    Qt::KeyboardModifier>)" (?moveCursor@QTableView@@MAE?
    AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?
    $QFlags@W4KeyboardModifier@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::horizontalOffset(void)const " (?
    horizontalOffset@QTableView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTableView::verticalOffset(void)const " (?
    verticalOffset@QTableView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableView::isIndexHidden(class QModelIndex const &)const "
    (?isIndexHidden@QTableView@@MBE_NABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTableView::setSelection(class QRect const &,class
    QFlags<enum QItemSelectionModel::SelectionFlag>)" (?
    setSelection@QTableView@@MAEXABVQRect@@V?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QRegion __thiscall
    QTableView::visualRegionForSelection(class QItemSelection
    const &)const " (?visualRegionForSelection@QTableView@@MBE?
    AVQRegion@@ABVQItemSelection@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QList<class QModelIndex>
    __thiscall QTableView::selectedIndexes(void)const " (?
    selectedIndexes@QTableView@@MBE?AV?
    $QList@VQModelIndex@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    QItemSelectionModel::SelectionFlag> __thiscall
    QAbstractItemView::selectionCommand(class QModelIndex const
    &,class QEvent const *)const " (?
    selectionCommand@QAbstractItemView@@MBE?AV?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@ABVQModelInde
    x@@PBVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::startDrag(class QFlags<enum
    Qt::DropAction>)" (?startDrag@QAbstractItemView@@MAEXV?
    $QFlags@W4DropAction@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStyleOptionViewItem
    __thiscall QTableView::viewOptions(void)const " (?
    viewOptions@QTableView@@MBE?AVQStyleOptionViewItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStringList __thiscall
    QTableWidget::mimeTypes(void)const " (?
    mimeTypes@QTableWidget@@MBE?AVQStringList@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTableWidget::mimeData(class QList<class QTableWidgetItem
    *>)const " (?mimeData@QTableWidget@@MBEPAVQMimeData@@V?
    $QList@PAVQTableWidgetItem@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTableWidget::dropMimeData(int,int,class QMimeData const
    *,enum Qt::DropAction)" (?
    dropMimeData@QTableWidget@@MAE_NHHPBVQMimeData@@W4DropAction
    @Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    Qt::DropAction> __thiscall
    QTableWidget::supportedDropActions(void)const " (?
    supportedDropActions@QTableWidget@@MBE?AV?
    $QFlags@W4DropAction@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QLineEdit::metaObject(void)const " (?
    metaObject@QLineEdit@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QLineEdit::qt_metacast(char const *)" (?
    qt_metacast@QLineEdit@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QLineEdit::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QLineEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall QLineEdit::event
    (class QEvent *)" (?event@QLineEdit@@UAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLineEdit::sizeHint(void)const " (?sizeHint@QLineEdit@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QLineEdit::minimumSizeHint(void)const " (?
    minimumSizeHint@QLineEdit@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QLineEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QLineEdit@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QLineEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QLineEdit@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QLineEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QLineEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QLineEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QLineEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QLineEdit@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::changeEvent(class QEvent *)" (?
    changeEvent@QLineEdit@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QLineEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QLineEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QLineEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QLineEdit@@UBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QProgressBar::metaObject(void)const " (?
    metaObject@QProgressBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QProgressBar::qt_metacast(char const *)" (?
    qt_metacast@QProgressBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QProgressBar::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QProgressBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QProgressBar::event(class QEvent *)" (?
    event@QProgressBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QProgressBar::sizeHint(void)const " (?
    sizeHint@QProgressBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QProgressBar::minimumSizeHint(void)const " (?
    minimumSizeHint@QProgressBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QProgressBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QProgressBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QString __thiscall
    QProgressBar::text(void)const " (?text@QProgressBar@@UBE?
    AVQString@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTreeWidget::metaObject(void)const " (?
    metaObject@QTreeWidget@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTreeWidget::qt_metacast(char const *)" (?
    qt_metacast@QTreeWidget@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTreeWidget::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTreeWidget@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeWidget::event(class QEvent *)" (?
    event@QTreeWidget@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTreeView@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTreeView@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTreeView@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTreeView@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "private: virtual void __thiscall
    QTreeWidget::setModel(class QAbstractItemModel *)" (?
    setModel@QTreeWidget@@EAEXPAVQAbstractItemModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::setSelectionModel(class QItemSelectionModel *)"
    (?
    setSelectionModel@QTreeView@@UAEXPAVQItemSelectionModel@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::keyboardSearch(class QString const &)" (?
    keyboardSearch@QTreeView@@UAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QRect __thiscall
    QTreeView::visualRect(class QModelIndex const &)const " (?
    visualRect@QTreeView@@UBE?AVQRect@@ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::scrollTo
    (class QModelIndex const &,enum
    QAbstractItemView::ScrollHint)" (?
    scrollTo@QTreeView@@UAEXABVQModelIndex@@W4ScrollHint@QAbstra
    ctItemView@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QModelIndex __thiscall
    QTreeView::indexAt(class QPoint const &)const " (?
    indexAt@QTreeView@@UBE?AVQModelIndex@@ABVQPoint@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QAbstractItemView::sizeHintForRow(int)const " (?
    sizeHintForRow@QAbstractItemView@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::sizeHintForColumn(int)const " (?
    sizeHintForColumn@QTreeView@@MBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::reset
    (void)" (?reset@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::setRootIndex(class QModelIndex const &)" (?
    setRootIndex@QTreeView@@UAEXABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::doItemsLayout(void)" (?
    doItemsLayout@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QTreeView::selectAll
    (void)" (?selectAll@QTreeView@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeView::dataChanged(class QModelIndex const &,class
    QModelIndex const &)" (?
    dataChanged@QTreeView@@UAEXABVQModelIndex@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::rowsInserted(class QModelIndex const &,int,int)"
    (?rowsInserted@QTreeView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::rowsAboutToBeRemoved(class QModelIndex const
    &,int,int)" (?
    rowsAboutToBeRemoved@QTreeView@@MAEXABVQModelIndex@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::updateGeometries(void)" (?
    updateGeometries@QTreeView@@MAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QAbstractItemView::verticalScrollbarAction(int)" (?
    verticalScrollbarAction@QAbstractItemView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::horizontalScrollbarAction(int)" (?
    horizontalScrollbarAction@QTreeView@@MAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QModelIndex __thiscall
    QTreeView::moveCursor(enum
    QAbstractItemView::CursorAction,class QFlags<enum
    Qt::KeyboardModifier>)" (?moveCursor@QTreeView@@MAE?
    AVQModelIndex@@W4CursorAction@QAbstractItemView@@V?
    $QFlags@W4KeyboardModifier@Qt@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::horizontalOffset(void)const " (?
    horizontalOffset@QTreeView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual int __thiscall
    QTreeView::verticalOffset(void)const " (?
    verticalOffset@QTreeView@@MBEHXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeView::isIndexHidden(class QModelIndex const &)const "
    (?isIndexHidden@QTreeView@@MBE_NABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::setSelection(class QRect const &,class
    QFlags<enum QItemSelectionModel::SelectionFlag>)" (?
    setSelection@QTreeView@@MAEXABVQRect@@V?
    $QFlags@W4SelectionFlag@QItemSelectionModel@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QRegion __thiscall
    QTreeView::visualRegionForSelection(class QItemSelection
    const &)const " (?visualRegionForSelection@QTreeView@@MBE?
    AVQRegion@@ABVQItemSelection@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QList<class QModelIndex>
    __thiscall QTreeView::selectedIndexes(void)const " (?
    selectedIndexes@QTreeView@@MBE?AV?$QList@VQModelIndex@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStyleOptionViewItem
    __thiscall QAbstractItemView::viewOptions(void)const " (?
    viewOptions@QAbstractItemView@@MBE?
    AVQStyleOptionViewItem@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::drawRow(class QPainter *,class
    QStyleOptionViewItem const &,class QModelIndex const &)
    const " (?
    drawRow@QTreeView@@MBEXPAVQPainter@@ABVQStyleOptionViewItem@
    @ABVQModelIndex@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTreeView::drawBranches(class QPainter *,class QRect const
    &,class QModelIndex const &)const " (?
    drawBranches@QTreeView@@MBEXPAVQPainter@@ABVQRect@@ABVQModel
    Index@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QStringList __thiscall
    QTreeWidget::mimeTypes(void)const " (?
    mimeTypes@QTreeWidget@@MBE?AVQStringList@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTreeWidget::mimeData(class QList<class QTreeWidgetItem *>)
    const " (?mimeData@QTreeWidget@@MBEPAVQMimeData@@V?
    $QList@PAVQTreeWidgetItem@@@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTreeWidget::dropMimeData(class QTreeWidgetItem *,int,class
    QMimeData const *,enum Qt::DropAction)" (?
    dropMimeData@QTreeWidget@@MAE_NPAVQTreeWidgetItem@@HPBVQMime
    Data@@W4DropAction@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QFlags<enum
    Qt::DropAction> __thiscall QTreeWidget::supportedDropActions
    (void)const " (?supportedDropActions@QTreeWidget@@MBE?AV?
    $QFlags@W4DropAction@Qt@@@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QMenuBar::metaObject(void)const " (?
    metaObject@QMenuBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QMenuBar::qt_metacast(char const *)" (?
    qt_metacast@QMenuBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QMenuBar::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QMenuBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QMenuBar::event
    (class QEvent *)" (?event@QMenuBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QMenuBar::eventFilter(class QObject *,class QEvent *)" (?
    eventFilter@QMenuBar@@MAE_NPAVQObject@@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenuBar::sizeHint(void)const " (?sizeHint@QMenuBar@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenuBar::minimumSizeHint(void)const " (?
    minimumSizeHint@QMenuBar@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QMenuBar::heightForWidth(int)const " (?
    heightForWidth@QMenuBar@@UBEHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QMenuBar@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QMenuBar@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QMenuBar@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QMenuBar@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::leaveEvent(class QEvent *)" (?
    leaveEvent@QMenuBar@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QMenuBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QMenuBar@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::actionEvent(class QActionEvent *)" (?
    actionEvent@QMenuBar@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenuBar::changeEvent(class QEvent *)" (?
    changeEvent@QMenuBar@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QMenu::metaObject(void)const " (?
    metaObject@QMenu@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall QMenu::qt_metacast
    (char const *)" (?qt_metacast@QMenu@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QMenu::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QMenu@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QMenu::event
    (class QEvent *)" (?event@QMenu@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::timerEvent
    (class QTimerEvent *)" (?
    timerEvent@QMenu@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QMenu::sizeHint(void)const " (?sizeHint@QMenu@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QMenu@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::wheelEvent
    (class QWheelEvent *)" (?
    wheelEvent@QMenu@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QMenu@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::enterEvent
    (class QEvent *)" (?enterEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::leaveEvent
    (class QEvent *)" (?leaveEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::paintEvent
    (class QPaintEvent *)" (?
    paintEvent@QMenu@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::actionEvent(class QActionEvent *)" (?
    actionEvent@QMenu@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall QMenu::hideEvent
    (class QHideEvent *)" (?
    hideEvent@QMenu@@MAEXPAVQHideEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QMenu::changeEvent(class QEvent *)" (?
    changeEvent@QMenu@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QStatusBar::metaObject(void)const " (?
    metaObject@QStatusBar@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QStatusBar::qt_metacast(char const *)" (?
    qt_metacast@QStatusBar@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QStatusBar::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QStatusBar@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QStatusBar::event
    (class QEvent *)" (?event@QStatusBar@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QStatusBar::paintEvent(class QPaintEvent *)" (?
    paintEvent@QStatusBar@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QStatusBar::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QStatusBar@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QSpacerItem::~QSpacerItem(void)" (__imp_??
    1QSpacerItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QSpacerItem::`scalar deleting
    destructor'(unsigned int)" (??_GQSpacerItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QMenu::setTitle(class QString const &)" (__imp_?
    setTitle@QMenu@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setTabText(int,class QString const &)" (__imp_?
    setTabText@QTabWidget@@QAEXHABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::indexOf(class QWidget *)const " (__imp_?
    indexOf@QTabWidget@@QBEHPAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidgetItem::setText(int,class QString const &)"
    (__imp_?setText@QTreeWidgetItem@@QAEXHABVQString@@@Z)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTreeWidgetItem
    * __thiscall QTreeWidget::headerItem(void)const " (__imp_?
    headerItem@QTreeWidget@@QBEPAVQTreeWidgetItem@@XZ)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::setHorizontalHeaderItem(int,class
    QTableWidgetItem *)" (__imp_?
    setHorizontalHeaderItem@QTableWidget@@QAEXHPAVQTableWidgetIt
    em@@@Z) referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidgetItem::setText(class QString const &)" (__imp_?
    setText@QTableWidgetItem@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTableWidgetItem::QTableWidgetItem(int)" (__imp_??
    0QTableWidgetItem@@QAE@H@Z) referenced in function "public:
    void __thiscall Ui_MainWindow::retranslateUi(class
    QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::clear(void)" (__imp_?
    clear@QTableWidget@@QAEXXZ) referenced in function "public:
    void __thiscall Ui_MainWindow::retranslateUi(class
    QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::clear(void)" (__imp_?clear@QComboBox@@QAEXXZ)
    referenced in function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setText(class QString const &)" (__imp_?
    setText@QLabel@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractButton::setText(class QString const &)" (__imp_?
    setText@QAbstractButton@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setToolTip(class QString const &)" (__imp_?
    setToolTip@QWidget@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QKeySequence::~QKeySequence(void)" (__imp_??
    1QKeySequence@@QAE@XZ) referenced in function "public: void
    __thiscall Ui_MainWindow::retranslateUi(class QMainWindow
    *)" (?retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setShortcut(class QKeySequence const &)" (__imp_?
    setShortcut@QAction@@QAEXABVQKeySequence@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QKeySequence::QKeySequence(class QString const &)" (__imp_??
    0QKeySequence@@QAE@ABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setText(class QString const &)" (__imp_?
    setText@QAction@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    Ui_MainWindow::retranslateUi(class QMainWindow *)" (?
    retranslateUi@Ui_MainWindow@@QAEXPAVQMainWindow@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QAction::~QAction(void)" (__imp_??1QAction@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QAction::`scalar deleting destructor'(unsigned int)" (??
    _GQAction@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QWidget::~QWidget(void)" (__imp_??1QWidget@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QWidget::`scalar deleting destructor'(unsigned int)" (??
    _GQWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QHBoxLayout::~QHBoxLayout(void)" (__imp_??
    1QHBoxLayout@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QHBoxLayout::`scalar deleting
    destructor'(unsigned int)" (??_GQHBoxLayout@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTabWidget::~QTabWidget(void)" (__imp_??
    1QTabWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTabWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTabWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QVBoxLayout::~QVBoxLayout(void)" (__imp_??
    1QVBoxLayout@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QVBoxLayout::`scalar deleting
    destructor'(unsigned int)" (??_GQVBoxLayout@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QPushButton::~QPushButton(void)" (__imp_??
    1QPushButton@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QPushButton::`scalar deleting
    destructor'(unsigned int)" (??_GQPushButton@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QLabel::~QLabel(void)" (__imp_??1QLabel@@UAE@XZ) referenced
    in function "public: virtual void * __thiscall
    QLabel::`scalar deleting destructor'(unsigned int)" (??
    _GQLabel@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QStackedWidget::~QStackedWidget(void)" (__imp_??
    1QStackedWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QStackedWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQStackedWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QComboBox::~QComboBox(void)" (__imp_??1QComboBox@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QComboBox::`scalar deleting destructor'(unsigned int)" (??
    _GQComboBox@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QCheckBox::~QCheckBox(void)" (__imp_??1QCheckBox@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QCheckBox::`scalar deleting destructor'(unsigned int)" (??
    _GQCheckBox@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTableWidget::~QTableWidget(void)" (__imp_??
    1QTableWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTableWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTableWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QLineEdit::~QLineEdit(void)" (__imp_??1QLineEdit@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QLineEdit::`scalar deleting destructor'(unsigned int)" (??
    _GQLineEdit@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QProgressBar::~QProgressBar(void)" (__imp_??
    1QProgressBar@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QProgressBar::`scalar deleting
    destructor'(unsigned int)" (??_GQProgressBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTreeWidget::~QTreeWidget(void)" (__imp_??
    1QTreeWidget@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTreeWidget::`scalar deleting
    destructor'(unsigned int)" (??_GQTreeWidget@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMenuBar::~QMenuBar(void)" (__imp_??1QMenuBar@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QMenuBar::`scalar deleting destructor'(unsigned int)" (??
    _GQMenuBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QMenu::~QMenu(void)" (__imp_??1QMenu@@UAE@XZ) referenced in
    function "public: virtual void * __thiscall QMenu::`scalar
    deleting destructor'(unsigned int)" (??_GQMenu@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QStatusBar::~QStatusBar(void)" (__imp_??
    1QStatusBar@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QStatusBar::`scalar deleting
    destructor'(unsigned int)" (??_GQStatusBar@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QThread::QThread(class QObject *)" (__imp_??
    0QThread@@QAE@PAVQObject@@@Z) referenced in
    function "public: __thiscall
    DecompilerThread::DecompilerThread(void)" (??
    0DecompilerThread@@QAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QThread::~QThread(void)" (__imp_??1QThread@@UAE@XZ)
    referenced in function "public: virtual __thiscall
    DecompilerThread::~DecompilerThread(void)" (??
    1DecompilerThread@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(class QString const &)" (__imp_??
    0QVariant@@QAE@ABVQString@@@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::currentIndex(void)const " (__imp_?
    currentIndex@QComboBox@@QBEHXZ) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QSettings::setValue(class QString const &,class QVariant
    const &)" (__imp_?
    setValue@QSettings@@QAEXABVQString@@ABVQVariant@@@Z)
    referenced in function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QVariant::QVariant(class QStringList const &)" (__imp_??
    0QVariant@@QAE@ABVQStringList@@@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QComboBox::itemText(int)const " (__imp_?
    itemText@QComboBox@@QBE?AVQString@@H@Z) referenced in
    function "protected: void __thiscall
    MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QComboBox::count(void)const " (__imp_?
    count@QComboBox@@QBEHXZ) referenced in function "protected:
    void __thiscall MainWindow::saveSettings(void)" (?
    saveSettings@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QFileDialog::getOpenFileName(class QWidget *,class
    QString const &,class QString const &,class QString const
    &,class QString *,class QFlags<enum QFileDialog::Option>)"
    (__imp_?getOpenFileName@QFileDialog@@SA?
    AVQString@@PAVQWidget@@ABV2@11PAV2@V?
    $QFlags@W4Option@QFileDialog@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_inputFileBrowseButton_clicked(void)" (?
    on_inputFileBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QComboBox::setEditText(class QString const &)" (__imp_?
    setEditText@QComboBox@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_outputPathBrowseButton_clicked(void)" (?
    on_outputPathBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static class QString
    __cdecl QFileDialog::getExistingDirectory(class QWidget
    *,class QString const &,class QString const &,class
    QFlags<enum QFileDialog::Option>)" (__imp_?
    getExistingDirectory@QFileDialog@@SA?
    AVQString@@PAVQWidget@@ABV2@1V?
    $QFlags@W4Option@QFileDialog@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_outputPathBrowseButton_clicked(void)" (?
    on_outputPathBrowseButton_clicked@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::currentIndex(void)const " (__imp_?
    currentIndex@QTabWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    MainWindow::closeCurrentTab(void)" (?
    closeCurrentTab@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QWidget *
    __thiscall QTabWidget::currentWidget(void)const " (__imp_?
    currentWidget@QTabWidget@@QBEPAVQWidget@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::closeCurrentTab(void)" (?
    closeCurrentTab@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator!=(char const *)const " (__imp_??
    9QString@@QBE_NPBD@Z) referenced in function "public: void
    __thiscall MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::right(int)const " (__imp_?
    right@QString@@QBE?AV1@H@Z) referenced in function "public:
    void __thiscall MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTabWidget::tabText(int)const " (__imp_?
    tabText@QTabWidget@@QBE?AVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::currentTabTextChanged(void)" (?
    currentTabTextChanged@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextStream::~QTextStream(void)" (__imp_??
    1QTextStream@@UAE@XZ) referenced in function "public: void
    __thiscall MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTabWidget::setCurrentWidget(class QWidget *)" (__imp_?
    setCurrentWidget@QTabWidget@@QAEXPAVQWidget@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRegExp::~QRegExp(void)" (__imp_??1QRegExp@@QAE@XZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::lastIndexOf(class QRegExp const &,int)const "
    (__imp_?lastIndexOf@QString@@QBEHABVQRegExp@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QRegExp::QRegExp(class QString const &,enum
    Qt::CaseSensitivity,enum QRegExp::PatternSyntax)" (__imp_??
    0QRegExp@@QAE@ABVQString@@W4CaseSensitivity@Qt@@W4PatternSyn
    tax@0@@Z) referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::length(void)const " (__imp_?
    length@QString@@QBEHXZ) referenced in function "public:
    void __thiscall MainWindow::on_actionOpen_activated(void)"
    (?on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(class QString const &)" (__imp_??
    0QString@@QAE@ABV0@@Z) referenced in function "public: void
    __thiscall MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QString::QString(class QString const &)" (__imp_??
    0QString@@QAE@ABV0@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::endsWith(class QString const &,enum
    Qt::CaseSensitivity)const " (__imp_?
    endsWith@QString@@QBE_NABV1@W4CaseSensitivity@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::insertPlainText(class QString const &)" (__imp_?
    insertPlainText@QTextEdit@@QAEXABVQString@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void
    __thiscall QFile::close(void)" (__imp_?close@QFile@@UAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextStream::readAll(void)" (__imp_?
    readAll@QTextStream@@QAE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextStream::QTextStream(class QIODevice *)" (__imp_??
    0QTextStream@@QAE@PAVQIODevice@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QFile::~QFile(void)" (__imp_??1QFile@@UAE@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual bool
    __thiscall QFile::open(class QFlags<enum
    QIODevice::OpenModeFlag>)" (__imp_?open@QFile@@UAE_NV?
    $QFlags@W4OpenModeFlag@QIODevice@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QFile::QFile(class QString const &)" (__imp_??
    0QFile@@QAE@ABVQString@@@Z) referenced in function "public:
    void __thiscall MainWindow::on_actionOpen_activated(void)"
    (?on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextEdit::QTextEdit(class QWidget *)" (__imp_??
    0QTextEdit@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionOpen_activated(void)" (?
    on_actionOpen_activated@MainWindow@@QAEXXZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextEdit::QTextEdit(class QWidget *)" (__imp_??
    0QTextEdit@@QAE@PAVQWidget@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QTextEdit::metaObject(void)const " (?
    metaObject@QTextEdit@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QTextEdit::qt_metacast(char const *)" (?
    qt_metacast@QTextEdit@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QTextEdit::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QTextEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTextEdit::event
    (class QEvent *)" (?event@QTextEdit@@MAE_NPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall QTextEdit::event
    (class QEvent *)" (?event@QTextEdit@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTextEdit@@MAEXPAVQTimerEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::timerEvent(class QTimerEvent *)" (?
    timerEvent@QTextEdit@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseReleaseEvent(class QMouseEvent *)" (?
    mouseReleaseEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseDoubleClickEvent(class QMouseEvent *)" (?
    mouseDoubleClickEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QTextEdit@@MAEXPAVQWheelEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::wheelEvent(class QWheelEvent *)" (?
    wheelEvent@QTextEdit@@MAEXPAVQWheelEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QTextEdit@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusInEvent(class QFocusEvent *)" (?
    focusInEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::focusOutEvent(class QFocusEvent *)" (?
    focusOutEvent@QTextEdit@@MAEXPAVQFocusEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTextEdit@@MAEXPAVQPaintEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::paintEvent(class QPaintEvent *)" (?
    paintEvent@QTextEdit@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTextEdit@@MAEXPAVQResizeEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QTextEdit@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QTextEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QTextEdit@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QTextEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragEnterEvent(class QDragEnterEvent *)" (?
    dragEnterEvent@QTextEdit@@MAEXPAVQDragEnterEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QTextEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragMoveEvent(class QDragMoveEvent *)" (?
    dragMoveEvent@QTextEdit@@MAEXPAVQDragMoveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QTextEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dragLeaveEvent(class QDragLeaveEvent *)" (?
    dragLeaveEvent@QTextEdit@@MAEXPAVQDragLeaveEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QTextEdit@@MAEXPAVQDropEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::dropEvent(class QDropEvent *)" (?
    dropEvent@QTextEdit@@MAEXPAVQDropEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::showEvent(class QShowEvent *)" (?
    showEvent@QTextEdit@@MAEXPAVQShowEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::showEvent(class QShowEvent *)" (?
    showEvent@QTextEdit@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::changeEvent(class QEvent *)" (?
    changeEvent@QTextEdit@@MAEXPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::changeEvent(class QEvent *)" (?
    changeEvent@QTextEdit@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QTextEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::inputMethodEvent(class QInputMethodEvent *)" (?
    inputMethodEvent@QTextEdit@@MAEXPAVQInputMethodEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QTextEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QTextEdit@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QVariant __thiscall
    QTextEdit::inputMethodQuery(enum Qt::InputMethodQuery)
    const " (?inputMethodQuery@QTextEdit@@MBE?
    AVQVariant@@W4InputMethodQuery@Qt@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QTextEdit@@MAE_N_N@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::focusNextPrevChild(bool)" (?
    focusNextPrevChild@QTextEdit@@MAE_N_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractScrollArea::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractScrollArea@@MAE_NPAVQEvent@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QAbstractScrollArea::viewportEvent(class QEvent *)" (?
    viewportEvent@QAbstractScrollArea@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTextEdit@@MAEXHH@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::scrollContentsBy(int,int)" (?
    scrollContentsBy@QTextEdit@@MAEXHH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTextEdit::loadResource(int,class QUrl const &)" (?
    loadResource@QTextEdit@@UAE?AVQVariant@@HABVQUrl@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTextEdit::loadResource(int,class QUrl const &)" (?
    loadResource@QTextEdit@@UAE?AVQVariant@@HABVQUrl@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTextEdit::createMimeDataFromSelection(void)const " (?
    createMimeDataFromSelection@QTextEdit@@MBEPAVQMimeData@@XZ)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual class QMimeData * __thiscall
    QTextEdit::createMimeDataFromSelection(void)const " (?
    createMimeDataFromSelection@QTextEdit@@MBEPAVQMimeData@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::canInsertFromMimeData(class QMimeData const *)
    const " (?
    canInsertFromMimeData@QTextEdit@@MBE_NPBVQMimeData@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QTextEdit::canInsertFromMimeData(class QMimeData const *)
    const " (?
    canInsertFromMimeData@QTextEdit@@MBE_NPBVQMimeData@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::insertFromMimeData(class QMimeData const *)" (?
    insertFromMimeData@QTextEdit@@MAEXPBVQMimeData@@@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QTextEdit::insertFromMimeData(class QMimeData const *)" (?
    insertFromMimeData@QTextEdit@@MAEXPBVQMimeData@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextEdit::~QTextEdit(void)" (__imp_??1QTextEdit@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QTextEdit::`scalar deleting destructor'(unsigned int)" (??
    _GQTextEdit@@UAEPAXI@Z)
    6>rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTextEdit::~QTextEdit(void)" (__imp_??1QTextEdit@@UAE@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::left(int)const " (__imp_?
    left@QString@@QBE?AV1@H@Z) referenced in function "public:
    void __thiscall MainWindow::on_actionSave_activated(void)"
    (?on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator==(char const *)const " (__imp_??
    8QString@@QBE_NPBD@Z) referenced in function "public: void
    __thiscall MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __int64 __thiscall
    QIODevice::write(class QByteArray const &)" (__imp_?
    write@QIODevice@@QAE_JABVQByteArray@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextEdit::toPlainText(void)const " (__imp_?
    toPlainText@QTextEdit@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSave_activated(void)" (?
    on_actionSave_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAction::setDisabled(bool)" (__imp_?
    setDisabled@QAction@@QAEX_N@Z) referenced in
    function "protected: void __thiscall
    MainWindow::showInitPage(void)" (?
    showInitPage@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::clear(void)" (__imp_?
    clear@QTreeWidget@@QAEXXZ) referenced in
    function "protected: void __thiscall
    MainWindow::showInitPage(void)" (?
    showInitPage@MainWindow@@IAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::removeColumn(int)" (__imp_?
    removeColumn@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall MainWindow::showDecodePage
    (void)" (?showDecodePage@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QAction::isChecked(void)const " (__imp_?
    isChecked@QAction@@QBE_NXZ) referenced in function "public:
    void __thiscall MainWindow::showDecodePage(void)" (?
    showDecodePage@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::resizeRowsToContents(void)" (__imp_?
    resizeRowsToContents@QTableView@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableView::resizeColumnsToContents(void)" (__imp_?
    resizeColumnsToContents@QTableView@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QChar::QChar(char)" (__imp_??0QChar@@QAE@D@Z) referenced in
    function "public: void __thiscall
    MainWindow::showNewEntrypoint(unsigned int,class QString
    const &)" (?
    showNewEntrypoint@MainWindow@@QAEXIABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::setCurrentItem(class QTreeWidgetItem *,int)"
    (__imp_?
    setCurrentItem@QTreeWidget@@QAEXPAVQTreeWidgetItem@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::scrollToItem(class QTreeWidgetItem const
    *,enum QAbstractItemView::ScrollHint)" (__imp_?
    scrollToItem@QTreeWidget@@QAEXPBVQTreeWidgetItem@@W4ScrollHi
    nt@QAbstractItemView@@@Z) referenced in function "public:
    void __thiscall MainWindow::showConsideringProc(class
    QString const &,class QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::expandItem(class QTreeWidgetItem const *)"
    (__imp_?expandItem@QTreeWidget@@QAEXPBVQTreeWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidgetItem::QTreeWidgetItem(class QTreeWidgetItem
    *,class QStringList const &,int)" (__imp_??
    0QTreeWidgetItem@@QAE@PAV0@ABVQStringList@@H@Z) referenced
    in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidget::addTopLevelItem(class QTreeWidgetItem *)"
    (__imp_?
    addTopLevelItem@QTreeWidget@@QAEXPAVQTreeWidgetItem@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTreeWidgetItem::QTreeWidgetItem(class QStringList const
    &,int)" (__imp_??0QTreeWidgetItem@@QAE@ABVQStringList@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QList<class
    QTreeWidgetItem *> __thiscall QTreeWidget::findItems(class
    QString const &,class QFlags<enum Qt::MatchFlag>,int)
    const " (__imp_?findItems@QTreeWidget@@QBE?AV?
    $QList@PAVQTreeWidgetItem@@@@ABVQString@@V?
    $QFlags@W4MatchFlag@Qt@@@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::showConsideringProc(class QString const &,class
    QString const &)" (?
    showConsideringProc@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QTreeWidgetItem * __thiscall
    QTreeWidgetItem::clone(void)const " (?
    clone@QTreeWidgetItem@@UBEPAV1@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QVariant __thiscall
    QTreeWidgetItem::data(int,int)const " (?
    data@QTreeWidgetItem@@UBE?AVQVariant@@HH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::setData(int,int,class QVariant const &)" (?
    setData@QTreeWidgetItem@@UAEXHHABVQVariant@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual bool __thiscall
    QTreeWidgetItem::operator<(class QTreeWidgetItem const &)
    const " (??MQTreeWidgetItem@@UBE_NABV0@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::read(class QDataStream &)" (?
    read@QTreeWidgetItem@@UAEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall
    QTreeWidgetItem::write(class QDataStream &)const " (?
    write@QTreeWidgetItem@@UBEXAAVQDataStream@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QTreeWidgetItem::~QTreeWidgetItem(void)" (__imp_??
    1QTreeWidgetItem@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QTreeWidgetItem::`scalar deleting
    destructor'(unsigned int)" (??_GQTreeWidgetItem@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QProgressBar::setRange(int,int)" (__imp_?
    setRange@QProgressBar@@QAEXHH@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTreeWidgetItem::setTextColor(int,class QColor const &)"
    (__imp_?setTextColor@QTreeWidgetItem@@QAEXHABVQColor@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QColor::QColor(char const *)" (__imp_??0QColor@@QAE@PBD@Z)
    referenced in function "public: void __thiscall
    MainWindow::showDecompilingProc(class QString const &)" (?
    showDecompilingProc@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidgetItem::setCheckState(enum Qt::CheckState)"
    (__imp_?
    setCheckState@QTableWidgetItem@@QAEXW4CheckState@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QString::operator==(class QString const &)const " (__imp_??
    8QString@@QBE_NABV0@@Z) referenced in function "public:
    void __thiscall MainWindow::showNewUserProc(class QString
    const &,unsigned int)" (?
    showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTableWidgetItem::text(void)const " (__imp_?
    text@QTableWidgetItem@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class
    QTableWidgetItem * __thiscall QTableWidget::item(int,int)
    const " (__imp_?
    item@QTableWidget@@QBEPAVQTableWidgetItem@@HH@Z) referenced
    in function "public: void __thiscall
    MainWindow::showNewUserProc(class QString const &,unsigned
    int)" (?showNewUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::removeRow(int)" (__imp_?
    removeRow@QTableWidget@@QAEXH@Z) referenced in
    function "public: void __thiscall
    MainWindow::showRemoveUserProc(class QString const
    &,unsigned int)" (?
    showRemoveUserProc@MainWindow@@QAEXABVQString@@I@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTableWidget::sortItems(int,enum Qt::SortOrder)" (__imp_?
    sortItems@QTableWidget@@QAEXHW4SortOrder@Qt@@@Z) referenced
    in function "public: void __thiscall
    MainWindow::showNewSection(class QString const &,unsigned
    int,unsigned int)" (?
    showNewSection@MainWindow@@QAEXABVQString@@II@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: enum Qt::CheckState
    __thiscall QTableWidgetItem::checkState(void)const "
    (__imp_?checkState@QTableWidgetItem@@QBE?
    AW4CheckState@Qt@@XZ) referenced in function "public: void
    __thiscall MainWindow::showDebuggingPoint(class QString
    const &,class QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::showMessage(class QString const &,int)" (__imp_?
    showMessage@QStatusBar@@QAEXABVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QStatusBar *
    __thiscall QMainWindow::statusBar(void)const " (__imp_?
    statusBar@QMainWindow@@QBEPAVQStatusBar@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString &
    __thiscall QString::append(class QString const &)" (__imp_?
    append@QString@@QAEAAV1@ABV1@@Z) referenced in
    function "public: void __thiscall
    MainWindow::showDebuggingPoint(class QString const &,class
    QString const &)" (?
    showDebuggingPoint@MainWindow@@QAEXABVQString@@0@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTabWidget::count(void)const " (__imp_?
    count@QTabWidget@@QBEHXZ) referenced in function "public:
    void __thiscall MainWindow::showRTLEditor(class QString
    const &)" (?showRTLEditor@MainWindow@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::lastIndexOf(class QString const &,int,enum
    Qt::CaseSensitivity)const " (__imp_?
    lastIndexOf@QString@@QBEHABV1@HW4CaseSensitivity@Qt@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTreeWidgetItem::text(int)const " (__imp_?
    text@QTreeWidgetItem@@QBE?AVQString@@H@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTreeWidgetItem
    * __thiscall QTreeWidgetItem::parent(void)const " (__imp_?
    parent@QTreeWidgetItem@@QBEPAV1@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_clusters_itemDoubleClicked(class
    QTreeWidgetItem *,int)" (?
    on_clusters_itemDoubleClicked@MainWindow@@QAEXPAVQTreeWidget
    Item@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::removeWidget(class QWidget *)" (__imp_?
    removeWidget@QStatusBar@@QAEXPAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QStatusBar::addPermanentWidget(class QWidget *,int)"
    (__imp_?addPermanentWidget@QStatusBar@@QAEXPAVQWidget@@H@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QToolButton::setDefaultAction(class QAction *)" (__imp_?
    setDefaultAction@QToolButton@@QAEXPAVQAction@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QToolButton::setToolButtonStyle(enum Qt::ToolButtonStyle)"
    (__imp_?
    setToolButtonStyle@QToolButton@@QAEXW4ToolButtonStyle@Qt@@@Z
    ) referenced in function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QToolButton::QToolButton(class QWidget *)" (__imp_??
    0QToolButton@@QAE@PAVQWidget@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionEnable_toggled(bool)" (?
    on_actionEnable_toggled@MainWindow@@QAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QToolButton::metaObject(void)const " (?
    metaObject@QToolButton@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QToolButton::qt_metacast(char const *)" (?
    qt_metacast@QToolButton@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall
    QToolButton::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@QToolButton@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QToolButton::event(class QEvent *)" (?
    event@QToolButton@@MAE_NPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::timerEvent(class QTimerEvent *)" (?
    timerEvent@QToolButton@@MAEXPAVQTimerEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QToolButton::sizeHint(void)const " (?
    sizeHint@QToolButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QToolButton::minimumSizeHint(void)const " (?
    minimumSizeHint@QToolButton@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@QToolButton@@MAEXPAVQMouseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::enterEvent(class QEvent *)" (?
    enterEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::leaveEvent(class QEvent *)" (?
    leaveEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::paintEvent(class QPaintEvent *)" (?
    paintEvent@QToolButton@@MAEXPAVQPaintEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::actionEvent(class QActionEvent *)" (?
    actionEvent@QToolButton@@MAEXPAVQActionEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::changeEvent(class QEvent *)" (?
    changeEvent@QToolButton@@MAEXPAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QToolButton::nextCheckState(void)" (?
    nextCheckState@QToolButton@@MAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QToolButton::~QToolButton(void)" (__imp_??
    1QToolButton@@UAE@XZ) referenced in function "public:
    virtual void * __thiscall QToolButton::`scalar deleting
    destructor'(unsigned int)" (??_GQToolButton@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QTextCursor::~QTextCursor(void)" (__imp_??
    1QTextCursor@@QAE@XZ) referenced in function "public: void
    __thiscall MainWindow::on_libProcs_cellDoubleClicked
    (int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setTextCursor(class QTextCursor const &)"
    (__imp_?setTextCursor@QTextEdit@@QAEXABVQTextCursor@@@Z)
    referenced in function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QTextCursor::movePosition(enum
    QTextCursor::MoveOperation,enum QTextCursor::MoveMode,int)"
    (__imp_?
    movePosition@QTextCursor@@QAE_NW4MoveOperation@1@W4MoveMode@
    1@H@Z) referenced in function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextCursor::clearSelection(void)" (__imp_?
    clearSelection@QTextCursor@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QTextCursor
    __thiscall QTextEdit::textCursor(void)const " (__imp_?
    textCursor@QTextEdit@@QBE?AVQTextCursor@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QTextEdit::find(class QString const &,class QFlags<enum
    QTextDocument::FindFlag>)" (__imp_?
    find@QTextEdit@@QAE_NABVQString@@V?
    $QFlags@W4FindFlag@QTextDocument@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_libProcs_cellDoubleClicked(int,int)" (?
    on_libProcs_cellDoubleClicked@MainWindow@@QAEXHH@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::cut(void)" (__imp_?cut@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionCut_activated(void)" (?
    on_actionCut_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::copy(void)" (__imp_?copy@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionCopy_activated(void)" (?
    on_actionCopy_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::paste(void)" (__imp_?paste@QTextEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_actionPaste_activated(void)" (?
    on_actionPaste_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextCursor::removeSelectedText(void)" (__imp_?
    removeSelectedText@QTextCursor@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionDelete_activated(void)" (?
    on_actionDelete_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::selectAll(void)" (__imp_?
    selectAll@QTextEdit@@QAEXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionSelect_All_activated(void)" (?
    on_actionSelect_All_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QLineEdit::text(void)const " (__imp_?
    text@QLineEdit@@QBE?AVQString@@XZ) referenced in
    function "public: void __thiscall
    MainWindow::on_structName_returnPressed(void)" (?
    on_structName_returnPressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol __imp__ShellExecuteA@24 referenced in
    function "public: void __thiscall
    MainWindow::on_actionBoomerang_Website_activated(void)" (?
    on_actionBoomerang_Website_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QDialog::QDialog(class QWidget *,class QFlags<enum
    Qt::WindowType>)" (__imp_??0QDialog@@QAE@PAVQWidget@@V?
    $QFlags@W4WindowType@Qt@@@@@Z) referenced in
    function "public: void __thiscall
    MainWindow::on_actionAbout_activated(void)" (?
    on_actionAbout_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual struct QMetaObject const *
    __thiscall QDialog::metaObject(void)const " (?
    metaObject@QDialog@@UBEPBUQMetaObject@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void * __thiscall
    QDialog::qt_metacast(char const *)" (?
    qt_metacast@QDialog@@UAEPAXPBD@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual int __thiscall QDialog::qt_metacall
    (enum QMetaObject::Call,int,void * *)" (?
    qt_metacall@QDialog@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual bool __thiscall
    QDialog::eventFilter(class QObject *,class QEvent *)" (?
    eventFilter@QDialog@@MAE_NPAVQObject@@PAVQEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::setVisible
    (bool)" (?setVisible@QDialog@@UAEX_N@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QDialog::sizeHint(void)const " (?sizeHint@QDialog@@UBE?
    AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual class QSize __thiscall
    QDialog::minimumSizeHint(void)const " (?
    minimumSizeHint@QDialog@@UBE?AVQSize@@XZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::keyPressEvent(class QKeyEvent *)" (?
    keyPressEvent@QDialog@@MAEXPAVQKeyEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::resizeEvent(class QResizeEvent *)" (?
    resizeEvent@QDialog@@MAEXPAVQResizeEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::closeEvent(class QCloseEvent *)" (?
    closeEvent@QDialog@@MAEXPAVQCloseEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::contextMenuEvent(class QContextMenuEvent *)" (?
    contextMenuEvent@QDialog@@MAEXPAVQContextMenuEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "protected: virtual void __thiscall
    QDialog::showEvent(class QShowEvent *)" (?
    showEvent@QDialog@@MAEXPAVQShowEvent@@@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::done(int)"
    (?done@QDialog@@UAEXH@Z)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::accept
    (void)" (?accept@QDialog@@UAEXXZ)
    6>mainwindow.obj : error LNK2001: unresolved external
    symbol "public: virtual void __thiscall QDialog::reject
    (void)" (?reject@QDialog@@UAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QPushButton::setDefault(bool)" (__imp_?
    setDefault@QPushButton@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QPushButton::setAutoDefault(bool)" (__imp_?
    setAutoDefault@QPushButton@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLabel::setScaledContents(bool)" (__imp_?
    setScaledContents@QLabel@@QAEX_N@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QFrame::setFrameShadow(enum QFrame::Shadow)" (__imp_?
    setFrameShadow@QFrame@@QAEXW4Shadow@1@@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QFrame::setFrameShape(enum QFrame::Shape)" (__imp_?
    setFrameShape@QFrame@@QAEXW4Shape@1@@Z) referenced in
    function "public: void __thiscall Ui_AboutDialog::setupUi
    (class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLayout::setSizeConstraint(enum QLayout::SizeConstraint)"
    (__imp_?
    setSizeConstraint@QLayout@@QAEXW4SizeConstraint@1@@Z)
    referenced in function "public: void __thiscall
    Ui_AboutDialog::setupUi(class QDialog *)" (?
    setupUi@Ui_AboutDialog@@QAEXPAVQDialog@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual __thiscall
    QDialog::~QDialog(void)" (__imp_??1QDialog@@UAE@XZ)
    referenced in function "public: virtual void * __thiscall
    QDialog::`scalar deleting destructor'(unsigned int)" (??
    _GQDialog@@UAEPAXI@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::aboutQt(void)" (__imp_?
    aboutQt@QApplication@@SAXXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_actionAboutQt_activated(void)" (?
    on_actionAboutQt_activated@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QLineEdit::clear(void)" (__imp_?clear@QLineEdit@@QAEXXZ)
    referenced in function "public: void __thiscall
    MainWindow::on_addButton_pressed(void)" (?
    on_addButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QString::toInt(bool *,int)const " (__imp_?
    toInt@QString@@QBEHPA_NH@Z) referenced in function "public:
    void __thiscall MainWindow::on_addButton_pressed(void)" (?
    on_addButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QTableWidget::currentRow(void)const " (__imp_?
    currentRow@QTableWidget@@QBEHXZ) referenced in
    function "public: void __thiscall
    MainWindow::on_removeButton_pressed(void)" (?
    on_removeButton_pressed@MainWindow@@QAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QListData::size(void)const " (__imp_?
    size@QListData@@QBEHXZ) referenced in function "public: int
    __thiscall QList<class QString>::count(void)const " (?
    count@?$QList@VQString@@@@QBEHXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: bool __thiscall
    QListData::isEmpty(void)const " (__imp_?
    isEmpty@QListData@@QBE_NXZ) referenced in function "public:
    bool __thiscall QList<class QTreeWidgetItem *>::isEmpty
    (void)const " (?isEmpty@?
    $QList@PAVQTreeWidgetItem@@@@QBE_NXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qt_assert(char
    const *,char const *,int)" (__imp_?qt_assert@@YAXPBD0H@Z)
    referenced in function "public: class QTreeWidgetItem * &
    __thiscall QList<class QTreeWidgetItem *>::first(void)" (?
    first@?
    $QList@PAVQTreeWidgetItem@@@@QAEAAPAVQTreeWidgetItem@@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::begin(void)const " (__imp_?
    begin@QListData@@QBEPAPAXXZ) referenced in
    function "public: class QList<class QTreeWidgetItem
    *>::iterator __thiscall QList<class QTreeWidgetItem
    *>::begin(void)" (?begin@?$QList@PAVQTreeWidgetItem@@@@QAE?
    AViterator@1@XZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::at(int)const " (__imp_?
    at@QListData@@QBEPAPAXH@Z) referenced in function "public:
    class QString const & __thiscall QList<class QString>::at
    (int)const " (?at@?$QList@VQString@@@@QBEABVQString@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) void __cdecl qt_assert_x(char
    const *,char const *,char const *,int)" (__imp_?
    qt_assert_x@@YAXPBD00H@Z) referenced in function "public:
    class QString const & __thiscall QList<class QString>::at
    (int)const " (?at@?$QList@VQString@@@@QBEABVQString@@H@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::append(void)" (__imp_?
    append@QListData@@QAEPAPAXXZ) referenced in
    function "public: void __thiscall QList<class
    QString>::append(class QString const &)" (?append@?
    $QList@VQString@@@@QAEXABVQString@@@Z)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void * * __thiscall
    QListData::end(void)const " (__imp_?
    end@QListData@@QBEPAPAXXZ) referenced in function "private:
    void __thiscall QList<class QTreeWidgetItem
    *>::detach_helper(void)" (?detach_helper@?
    $QList@PAVQTreeWidgetItem@@@@AAEXXZ)
    6>mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: struct
    QListData::Data * __thiscall QListData::detach(void)"
    (__imp_?detach@QListData@@QAEPAUData@1@XZ) referenced in
    function "private: void __thiscall QList<class
    QTreeWidgetItem *>::detach_helper(void)" (?detach_helper@?
    $QList@PAVQTreeWidgetItem@@@@AAEXXZ)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual void
    * __thiscall QObject::qt_metacast(char const *)" (__imp_?
    qt_metacast@QObject@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    Decompiler::qt_metacast(char const *)" (?
    qt_metacast@Decompiler@@UAEPAXPBD@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual int
    __thiscall QObject::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QObject@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    Decompiler::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@Decompiler@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: static void
    __cdecl QMetaObject::activate(class QObject *,struct
    QMetaObject const *,int,void * *)" (__imp_?
    activate@QMetaObject@@SAXPAVQObject@@PBU1@HPAPAX@Z)
    referenced in function "protected: void __thiscall
    Decompiler::loading(void)" (?loading@Decompiler@@IAEXXZ)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual void
    * __thiscall QThread::qt_metacast(char const *)" (__imp_?
    qt_metacast@QThread@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    DecompilerThread::qt_metacast(char const *)" (?
    qt_metacast@DecompilerThread@@UAEPAXPBD@Z)
    6>moc_DecompilerThread.obj : error LNK2019: unresolved
    external symbol "__declspec(dllimport) public: virtual int
    __thiscall QThread::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QThread@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    DecompilerThread::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (?
    qt_metacall@DecompilerThread@@UAEHW4Call@QMetaObject@@HPAPAX
    @Z)
    6>moc_DecompilerThread.obj : error LNK2001: unresolved
    external symbol "__declspec(dllimport) public: static
    struct QMetaObject const QObject::staticMetaObject" (__imp_?
    staticMetaObject@QObject@@2UQMetaObject@@B)
    6>moc_DecompilerThread.obj : error LNK2001: unresolved
    external symbol "__declspec(dllimport) public: static
    struct QMetaObject const QThread::staticMetaObject" (__imp_?
    staticMetaObject@QThread@@2UQMetaObject@@B)
    6>moc_mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void *
    __thiscall QMainWindow::qt_metacast(char const *)" (__imp_?
    qt_metacast@QMainWindow@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    MainWindow::qt_metacast(char const *)" (?
    qt_metacast@MainWindow@@UAEPAXPBD@Z)
    6>moc_mainwindow.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual int
    __thiscall QMainWindow::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QMainWindow@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    MainWindow::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@MainWindow@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_mainwindow.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QMetaObject const QMainWindow::staticMetaObject" (__imp_?
    staticMetaObject@QMainWindow@@2UQMetaObject@@B)
    6>moc_rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual void *
    __thiscall QTextEdit::qt_metacast(char const *)" (__imp_?
    qt_metacast@QTextEdit@@UAEPAXPBD@Z) referenced in
    function "public: virtual void * __thiscall
    RTLEditor::qt_metacast(char const *)" (?
    qt_metacast@RTLEditor@@UAEPAXPBD@Z)
    6>moc_rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: virtual int
    __thiscall QTextEdit::qt_metacall(enum
    QMetaObject::Call,int,void * *)" (__imp_?
    qt_metacall@QTextEdit@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    referenced in function "public: virtual int __thiscall
    RTLEditor::qt_metacall(enum QMetaObject::Call,int,void *
    *)" (?
    qt_metacall@RTLEditor@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
    6>moc_rtleditor.obj : error LNK2001: unresolved external
    symbol "__declspec(dllimport) public: static struct
    QMetaObject const QTextEdit::staticMetaObject" (__imp_?
    staticMetaObject@QTextEdit@@2UQMetaObject@@B)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setReadOnly(bool)" (__imp_?
    setReadOnly@QTextEdit@@QAEX_N@Z) referenced in
    function "public: __thiscall RTLEditor::RTLEditor(class
    Decompiler *,class QString const &)" (??
    0RTLEditor@@QAE@PAVDecompiler@@ABVQString@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QWidget::setMouseTracking(bool)" (__imp_?
    setMouseTracking@QWidget@@QAEX_N@Z) referenced in
    function "public: __thiscall RTLEditor::RTLEditor(class
    Decompiler *,class QString const &)" (??
    0RTLEditor@@QAE@PAVDecompiler@@ABVQString@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QAbstractSlider::setValue(int)" (__imp_?
    setValue@QAbstractSlider@@QAEXH@Z) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::setHtml(class QString const &)" (__imp_?
    setHtml@QTextEdit@@QAEXABVQString@@@Z) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: int __thiscall
    QAbstractSlider::value(void)const " (__imp_?
    value@QAbstractSlider@@QBEHXZ) referenced in
    function "public: void __thiscall RTLEditor::updateContents
    (void)" (?updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QScrollBar *
    __thiscall QAbstractScrollArea::verticalScrollBar(void)
    const " (__imp_?
    verticalScrollBar@QAbstractScrollArea@@QBEPAVQScrollBar@@XZ)
    referenced in function "public: void __thiscall
    RTLEditor::updateContents(void)" (?
    updateContents@RTLEditor@@QAEXXZ)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::restoreOverrideCursor(void)" (__imp_?
    restoreOverrideCursor@QApplication@@SAXXZ) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCursor::~QCursor(void)" (__imp_??1QCursor@@QAE@XZ)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: static void __cdecl
    QApplication::setOverrideCursor(class QCursor const &)"
    (__imp_?setOverrideCursor@QApplication@@SAXABVQCursor@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: __thiscall
    QCursor::QCursor(enum Qt::CursorShape)" (__imp_??
    0QCursor@@QAE@W4CursorShape@Qt@@@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QTextEdit::anchorAt(class QPoint const &)const "
    (__imp_?anchorAt@QTextEdit@@QBE?AVQString@@ABVQPoint@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QPoint const &
    __thiscall QMouseEvent::pos(void)const " (__imp_?
    pos@QMouseEvent@@QBEABVQPoint@@XZ) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mouseMoveEvent(class QMouseEvent *)" (?
    mouseMoveEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) protected: virtual void
    __thiscall QTextEdit::mousePressEvent(class QMouseEvent *)"
    (__imp_?mousePressEvent@QTextEdit@@MAEXPAVQMouseEvent@@@Z)
    referenced in function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: void __thiscall
    QTextEdit::scrollToAnchor(class QString const &)" (__imp_?
    scrollToAnchor@QTextEdit@@QAEXABVQString@@@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>rtleditor.obj : error LNK2019: unresolved external
    symbol "__declspec(dllimport) public: class QString
    __thiscall QString::mid(int,int)const " (__imp_?
    mid@QString@@QBE?AV1@HH@Z) referenced in
    function "protected: virtual void __thiscall
    RTLEditor::mousePressEvent(class QMouseEvent *)" (?
    mousePressEvent@RTLEditor@@MAEXPAVQMouseEvent@@@Z)
    6>boomerang.obj : error LNK2019: unresolved external symbol
    __imp__GC_disable referenced in function "public: int
    __thiscall Boomerang::commandLine(int,char const * *)" (?
    commandLine@Boomerang@@QAEHHPAPBD@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymGetTypeInfo@24 referenced in function "class Type
    * __cdecl makeUDT(int,unsigned __int64)" (?
    makeUDT@@YAPAVType@@H_K@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymEnumSymbols@24 referenced in function "public:
    class Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymSetContext@12 referenced in function "public:
    class Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>prog.obj : error LNK2019: unresolved external symbol
    __imp__SymFromAddr@20 referenced in function "public: class
    Proc * __thiscall Prog::newProc(char const *,unsigned
    int,bool)" (?newProc@Prog@@QAEPAVProc@@PBDI_N@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_GetCurrentLineNumber referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_ErrorString referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_GetErrorCode referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_Parse referenced in function "protected:
    void __thiscall XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetCharacterDataHandler referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetElementHandler referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_SetUserData referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>xmlprogparser.obj : error LNK2019: unresolved external
    symbol __imp__XML_ParserCreate referenced in
    function "protected: void __thiscall
    XMLProgParser::parseFile(char const *)" (?
    parseFile@XMLProgParser@@IAEXPBD@Z)
    6>..\boomerang-gui.exe : fatal error LNK1120: 755
    unresolved externals
    6>Build log was saved
    at "file://c:\usr\src\boomerang\Debug\BuildLog.htm"
    6>qtgui2 - 854 error(s), 2 warning(s)
    ========== Build: 5 succeeded, 1 failed, 0 up-to-date, 0
    skipped ==========

     

Log in to post a comment.

MongoDB Logo MongoDB