Hi,

I tried to compile the Qt Assistant from source.
But I got the following Linker-Error:
Qt Code:
  1. 1>centralwidget.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: class QUrl __thiscall HelpViewer::source(void)const " (?source@HelpViewer@@QBE?AVQUrl@@XZ)" in Funktion ""public: virtual __thiscall CentralWidget::~CentralWidget(void)" (??1CentralWidget@@UAE@XZ)".
  2. 1>centralwidget.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: void __thiscall HelpViewer::setSource(class QUrl const &)" (?setSource@HelpViewer@@QAEXABVQUrl@@@Z)" in Funktion ""public: void __thiscall CentralWidget::setSource(class QUrl const &)" (?setSource@CentralWidget@@QAEXABVQUrl@@@Z)".
  3. 1>centralwidget.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: void __thiscall HelpViewer::home(void)" (?home@HelpViewer@@QAEXXZ)" in Funktion ""public: void __thiscall CentralWidget::home(void)" (?home@CentralWidget@@QAEXXZ)".
  4. 1>..\..\..\..\bin\assistant.exe : fatal error LNK1120: 3 nicht aufgelöste externe Verweise.
To copy to clipboard, switch view to plain text mode 

I thought the HelpViewer is derived form QtextBrowser. So why does the linker not find these functions?
Can anybody help me?

I’m on Qt 4.7.1 – VisualStudio2008 with Qt-AddInn 1.1.7.