Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, January 2008
most recent 4.4.0 snapshot that compiles on windows?


Message 1 in thread

I want to start looking at 4.4 and grabbed snapshot 20080120.  
Unfortunately, it won't compile or link on windows, errors below.  Does 
anyone know what is the latest snapshot that does compile on windows?

Besides the errors below, there were a ton of warnings reported.

Compile error (I fixed this but then ran into the link errors below):
image\qpixmap_win.cpp(245) : error C2039: 'latin1' : is not a member of 
'QString'

Link errors:
helpviewer.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QUrl __thiscall 
QHelpEngineCore::findFile(class QUrl const &)const " 
(__imp_?findFile@QHelpEngineCore@@QBE?AVQUrl@@ABV2@@Z) referenced in 
function "public: virtual void __thiscall HelpViewer::setSource(class 
QUrl const &)" (?setSource@HelpViewer@@UAEXABVQUrl@@@Z)
helpviewer.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QByteArray __thiscall 
QHelpEngineCore::fileData(class QUrl const &)const " 
(__imp_?fileData@QHelpEngineCore@@QBE?AVQByteArray@@ABVQUrl@@@Z) 
referenced in function "private: virtual class QVariant __thiscall 
HelpViewer::loadResource(int,class QUrl const &)" 
(?loadResource@HelpViewer@@EAE?AVQVariant@@HABVQUrl@@@Z)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::copyCollectionFile(class QString const &)" 
(__imp_?copyCollectionFile@QHelpEngineCore@@QAE_NABVQString@@@Z) 
referenced in function _main
bookmarkdialog.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QHelpEngineCore::customValue(class QString const &,class QVariant const 
&)const " 
(__imp_?customValue@QHelpEngineCore@@QBE?AVQVariant@@ABVQString@@ABV2@@Z) 
referenced in function "public: __thiscall 
BookmarkDialog::BookmarkDialog(class QHelpEngine *,class QString const 
&,class QString const &,class QWidget *)" 
(??0BookmarkDialog@@QAE@PAVQHelpEngine@@ABVQString@@1PAVQWidget@@@Z)
main.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QHelpEngineCore::customValue(class QString const &,class QVariant const 
&)const " 
(__imp_?customValue@QHelpEngineCore@@QBE?AVQVariant@@ABVQString@@ABV2@@Z)
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QHelpEngineCore::customValue(class QString const &,class QVariant const 
&)const " 
(__imp_?customValue@QHelpEngineCore@@QBE?AVQVariant@@ABVQString@@ABV2@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QHelpEngineCore::customValue(class QString const &,class QVariant const 
&)const " 
(__imp_?customValue@QHelpEngineCore@@QBE?AVQVariant@@ABVQString@@ABV2@@Z)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QVariant __thiscall 
QHelpEngineCore::customValue(class QString const &,class QVariant const 
&)const " 
(__imp_?customValue@QHelpEngineCore@@QBE?AVQVariant@@ABVQString@@ABV2@@Z)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::unregisterDocumentation(class QString const &)" 
(__imp_?unregisterDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z) 
referenced in function _main
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::unregisterDocumentation(class QString const &)" 
(__imp_?unregisterDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QHelpEngineCore::namespaceUri(class QString const &)" 
(__imp_?namespaceUri@QHelpEngineCore@@SA?AVQString@@ABV2@@Z) referenced 
in function _main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QHelpEngineCore::namespaceUri(class QString const &)" 
(__imp_?namespaceUri@QHelpEngineCore@@SA?AVQString@@ABV2@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QHelpEngineCore::namespaceUri(class QString const &)" 
(__imp_?namespaceUri@QHelpEngineCore@@SA?AVQString@@ABV2@@Z)
installdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static class QString __cdecl 
QHelpEngineCore::namespaceUri(class QString const &)" 
(__imp_?namespaceUri@QHelpEngineCore@@SA?AVQString@@ABV2@@Z)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: virtual __thiscall 
QHelpEngineCore::~QHelpEngineCore(void)" 
(__imp_??1QHelpEngineCore@@UAE@XZ) referenced in function _main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: virtual __thiscall 
QHelpEngineCore::~QHelpEngineCore(void)" (__imp_??1QHelpEngineCore@@UAE@XZ)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: virtual __thiscall 
QHelpEngineCore::~QHelpEngineCore(void)" (__imp_??1QHelpEngineCore@@UAE@XZ)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: virtual __thiscall 
QHelpEngineCore::~QHelpEngineCore(void)" (__imp_??1QHelpEngineCore@@UAE@XZ)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::error(void)const " 
(__imp_?error@QHelpEngineCore@@QBE?AVQString@@XZ) referenced in function 
_main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::error(void)const " 
(__imp_?error@QHelpEngineCore@@QBE?AVQString@@XZ)
installdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::error(void)const " 
(__imp_?error@QHelpEngineCore@@QBE?AVQString@@XZ)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::registerDocumentation(class QString const &)" 
(__imp_?registerDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z) 
referenced in function _main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::registerDocumentation(class QString const &)" 
(__imp_?registerDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::registerDocumentation(class QString const &)" 
(__imp_?registerDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z)
installdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::registerDocumentation(class QString const &)" 
(__imp_?registerDocumentation@QHelpEngineCore@@QAE_NABVQString@@@Z)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setupData(void)" 
(__imp_?setupData@QHelpEngineCore@@QAE_NXZ) referenced in function _main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setupData(void)" 
(__imp_?setupData@QHelpEngineCore@@QAE_NXZ)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setupData(void)" 
(__imp_?setupData@QHelpEngineCore@@QAE_NXZ)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setupData(void)" 
(__imp_?setupData@QHelpEngineCore@@QAE_NXZ)
main.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall 
QHelpEngineCore::QHelpEngineCore(class QString const &,class QObject *)" 
(__imp_??0QHelpEngineCore@@QAE@ABVQString@@PAVQObject@@@Z) referenced in 
function _main
mainwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: __thiscall 
QHelpEngineCore::QHelpEngineCore(class QString const &,class QObject *)" 
(__imp_??0QHelpEngineCore@@QAE@ABVQString@@PAVQObject@@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: __thiscall 
QHelpEngineCore::QHelpEngineCore(class QString const &,class QObject *)" 
(__imp_??0QHelpEngineCore@@QAE@ABVQString@@PAVQObject@@@Z)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: __thiscall 
QHelpEngineCore::QHelpEngineCore(class QString const &,class QObject *)" 
(__imp_??0QHelpEngineCore@@QAE@ABVQString@@PAVQObject@@@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::registeredDocumentations(void)const " 
(__imp_?registeredDocumentations@QHelpEngineCore@@QBE?AVQStringList@@XZ) 
referenced in function "public: __thiscall MainWindow::MainWindow(class 
CmdLineParser *,class QWidget *)" 
(??0MainWindow@@QAE@PAVCmdLineParser@@PAVQWidget@@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::registeredDocumentations(void)const " 
(__imp_?registeredDocumentations@QHelpEngineCore@@QBE?AVQStringList@@XZ)
installdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::registeredDocumentations(void)const " 
(__imp_?registeredDocumentations@QHelpEngineCore@@QBE?AVQStringList@@XZ)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setCustomValue(class QString const &,class QVariant 
const &)" 
(__imp_?setCustomValue@QHelpEngineCore@@QAE_NABVQString@@ABVQVariant@@@Z) 
referenced in function "public: __thiscall MainWindow::MainWindow(class 
CmdLineParser *,class QWidget *)" 
(??0MainWindow@@QAE@PAVCmdLineParser@@PAVQWidget@@@Z)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setCustomValue(class QString const &,class QVariant 
const &)" 
(__imp_?setCustomValue@QHelpEngineCore@@QAE_NABVQString@@ABVQVariant@@@Z)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setCustomValue(class QString const &,class QVariant 
const &)" 
(__imp_?setCustomValue@QHelpEngineCore@@QAE_NABVQString@@ABVQVariant@@@Z)
bookmarkdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::setCustomValue(class QString const &,class QVariant 
const &)" 
(__imp_?setCustomValue@QHelpEngineCore@@QAE_NABVQString@@ABVQVariant@@@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpSearchEngine * __thiscall 
QHelpEngine::searchEngine(void)" 
(__imp_?searchEngine@QHelpEngine@@QAEPAVQHelpSearchEngine@@XZ) 
referenced in function "public: __thiscall MainWindow::MainWindow(class 
CmdLineParser *,class QWidget *)" 
(??0MainWindow@@QAE@PAVCmdLineParser@@PAVQWidget@@@Z)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QHelpSearchEngine * __thiscall 
QHelpEngine::searchEngine(void)" 
(__imp_?searchEngine@QHelpEngine@@QAEPAVQHelpSearchEngine@@XZ)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall QHelpEngine::QHelpEngine(class 
QString const &,class QObject *)" 
(__imp_??0QHelpEngine@@QAE@ABVQString@@PAVQObject@@@Z) referenced in 
function "public: __thiscall MainWindow::MainWindow(class CmdLineParser 
*,class QWidget *)" (??0MainWindow@@QAE@PAVCmdLineParser@@PAVQWidget@@@Z)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual struct QMetaObject const * __thiscall 
QHelpEngine::metaObject(void)const " 
(?metaObject@QHelpEngine@@UBEPBUQMetaObject@@XZ)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual void * __thiscall QHelpEngine::qt_metacast(char const *)" 
(?qt_metacast@QHelpEngine@@UAEPAXPBD@Z)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual int __thiscall QHelpEngine::qt_metacall(enum 
QMetaObject::Call,int,void * *)" 
(?qt_metacall@QHelpEngine@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: virtual __thiscall 
QHelpEngine::~QHelpEngine(void)" (__imp_??1QHelpEngine@@UAE@XZ) 
referenced in function "public: virtual void * __thiscall 
QHelpEngine::`scalar deleting destructor'(unsigned int)" 
(??_GQHelpEngine@@UAEPAXI@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
QHelpEngineCore::setCurrentFilter(class QString const &)" 
(__imp_?setCurrentFilter@QHelpEngineCore@@QAEXABVQString@@@Z) referenced 
in function "private: bool __thiscall MainWindow::initHelpDB(void)" 
(?initHelpDB@MainWindow@@AAE_NXZ)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::addCustomFilter(class QString const &,class QStringList 
const &)" 
(__imp_?addCustomFilter@QHelpEngineCore@@QAE_NABVQString@@ABVQStringList@@@Z) 
referenced in function "private: bool __thiscall 
MainWindow::initHelpDB(void)" (?initHelpDB@MainWindow@@AAE_NXZ)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::addCustomFilter(class QString const &,class QStringList 
const &)" 
(__imp_?addCustomFilter@QHelpEngineCore@@QAE_NABVQString@@ABVQStringList@@@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::collectionFile(void)const " 
(__imp_?collectionFile@QHelpEngineCore@@QBE?AVQString@@XZ) referenced in 
function "private: void __thiscall 
MainWindow::lookForNewQtDocumentation(void)" 
(?lookForNewQtDocumentation@MainWindow@@AAEXXZ)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::collectionFile(void)const " 
(__imp_?collectionFile@QHelpEngineCore@@QBE?AVQString@@XZ)
centralwidget.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::collectionFile(void)const " 
(__imp_?collectionFile@QHelpEngineCore@@QBE?AVQString@@XZ)
installdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::collectionFile(void)const " 
(__imp_?collectionFile@QHelpEngineCore@@QBE?AVQString@@XZ)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual struct QMetaObject const * __thiscall 
QHelpEngineCore::metaObject(void)const " 
(?metaObject@QHelpEngineCore@@UBEPBUQMetaObject@@XZ)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual void * __thiscall QHelpEngineCore::qt_metacast(char const *)" 
(?qt_metacast@QHelpEngineCore@@UAEPAXPBD@Z)
mainwindow.obj : error LNK2001: unresolved external symbol "public: 
virtual int __thiscall QHelpEngineCore::qt_metacall(enum 
QMetaObject::Call,int,void * *)" 
(?qt_metacall@QHelpEngineCore@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::customFilters(void)const " 
(__imp_?customFilters@QHelpEngineCore@@QBE?AVQStringList@@XZ) referenced 
in function "private: void __thiscall 
MainWindow::setupFilterCombo(void)" (?setupFilterCombo@MainWindow@@AAEXXZ)
preferencesdialog.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::customFilters(void)const " 
(__imp_?customFilters@QHelpEngineCore@@QBE?AVQStringList@@XZ)
mainwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QString __thiscall 
QHelpEngineCore::currentFilter(void)const " 
(__imp_?currentFilter@QHelpEngineCore@@QBE?AVQString@@XZ) referenced in 
function "private: void __thiscall MainWindow::setupFilterCombo(void)" 
(?setupFilterCombo@MainWindow@@AAEXXZ)
indexwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpIndexModel * __thiscall 
QHelpEngine::indexModel(void)const " 
(__imp_?indexModel@QHelpEngine@@QBEPAVQHelpIndexModel@@XZ) referenced in 
function "public: __thiscall IndexWindow::IndexWindow(class QHelpEngine 
*,class QWidget *)" (??0IndexWindow@@QAE@PAVQHelpEngine@@PAVQWidget@@@Z)
indexwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpIndexWidget * __thiscall 
QHelpEngine::indexWidget(void)" 
(__imp_?indexWidget@QHelpEngine@@QAEPAVQHelpIndexWidget@@XZ) referenced 
in function "public: __thiscall IndexWindow::IndexWindow(class 
QHelpEngine *,class QWidget *)" 
(??0IndexWindow@@QAE@PAVQHelpEngine@@PAVQWidget@@@Z)
remotecontrol.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: class QHelpIndexWidget * __thiscall 
QHelpEngine::indexWidget(void)" 
(__imp_?indexWidget@QHelpEngine@@QAEPAVQHelpIndexWidget@@XZ)
indexwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
QHelpIndexWidget::filterIndices(class QString const &,class QString 
const &)" (__imp_?filterIndices@QHelpIndexWidget@@QAEXABVQString@@0@Z) 
referenced in function "private: void __thiscall 
IndexWindow::filterIndices(class QString const &)" 
(?filterIndices@IndexWindow@@AAEXABVQString@@@Z)
indexwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QMap<class QString,class QUrl> 
__thiscall QHelpIndexModel::linksForKeyword(class QString const &)const 
" 
(__imp_?linksForKeyword@QHelpIndexModel@@QBE?AV?$QMap@VQString@@VQUrl@@@@ABVQString@@@Z) 
referenced in function "private: virtual bool __thiscall 
IndexWindow::eventFilter(class QObject *,class QEvent *)" 
(?eventFilter@IndexWindow@@EAE_NPAVQObject@@PAVQEvent@@@Z)
indexwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
QHelpIndexWidget::activateCurrentItem(void)" 
(__imp_?activateCurrentItem@QHelpIndexWidget@@QAEXXZ) referenced in 
function "private: virtual bool __thiscall 
IndexWindow::eventFilter(class QObject *,class QEvent *)" 
(?eventFilter@IndexWindow@@EAE_NPAVQObject@@PAVQEvent@@@Z)
remotecontrol.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
QHelpIndexWidget::activateCurrentItem(void)" 
(__imp_?activateCurrentItem@QHelpIndexWidget@@QAEXXZ)
indexwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static struct QMetaObject const 
QHelpIndexModel::staticMetaObject" 
(__imp_?staticMetaObject@QHelpIndexModel@@2UQMetaObject@@B)
contentwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpContentWidget * __thiscall 
QHelpEngine::contentWidget(void)" 
(__imp_?contentWidget@QHelpEngine@@QAEPAVQHelpContentWidget@@XZ) 
referenced in function "public: __thiscall 
ContentWindow::ContentWindow(class QHelpEngine *)" 
(??0ContentWindow@@QAE@PAVQHelpEngine@@@Z)
contentwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QModelIndex __thiscall 
QHelpContentWidget::indexOf(class QUrl const &)" 
(__imp_?indexOf@QHelpContentWidget@@QAE?AVQModelIndex@@ABVQUrl@@@Z) 
referenced in function "public: bool __thiscall 
ContentWindow::syncToContent(class QUrl const &)" 
(?syncToContent@ContentWindow@@QAE_NABVQUrl@@@Z)
contentwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QUrl __thiscall 
QHelpContentItem::url(void)const " 
(__imp_?url@QHelpContentItem@@QBE?AVQUrl@@XZ) referenced in function 
"private: void __thiscall ContentWindow::showContextMenu(class QPoint 
const &)" (?showContextMenu@ContentWindow@@AAEXABVQPoint@@@Z)
contentwindow.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpContentItem * __thiscall 
QHelpContentModel::contentItemAt(class QModelIndex const &)const " 
(__imp_?contentItemAt@QHelpContentModel@@QBEPAVQHelpContentItem@@ABVQModelIndex@@@Z) 
referenced in function "private: void __thiscall 
ContentWindow::showContextMenu(class QPoint const &)" 
(?showContextMenu@ContentWindow@@AAEXABVQPoint@@@Z)
contentwindow.obj : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: static struct QMetaObject const 
QHelpContentModel::staticMetaObject" 
(__imp_?staticMetaObject@QHelpContentModel@@2UQMetaObject@@B)
searchwidget.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpSearchQueryWidget * __thiscall 
QHelpSearchEngine::queryWidget(void)" 
(__imp_?queryWidget@QHelpSearchEngine@@QAEPAVQHelpSearchQueryWidget@@XZ) 
referenced in function "public: __thiscall 
SearchWidget::SearchWidget(class QHelpSearchEngine *,class QWidget *)" 
(??0SearchWidget@@QAE@PAVQHelpSearchEngine@@PAVQWidget@@@Z)
searchwidget.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QHelpSearchResultWidget * 
__thiscall QHelpSearchEngine::resultWidget(void)" 
(__imp_?resultWidget@QHelpSearchEngine@@QAEPAVQHelpSearchResultWidget@@XZ) 
referenced in function "public: __thiscall 
SearchWidget::SearchWidget(class QHelpSearchEngine *,class QWidget *)" 
(??0SearchWidget@@QAE@PAVQHelpSearchEngine@@PAVQWidget@@@Z)
searchwidget.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
QHelpSearchEngine::search(class QList<class QHelpSearchQuery> const &)" 
(__imp_?search@QHelpSearchEngine@@QAEXABV?$QList@VQHelpSearchQuery@@@@@Z) 
referenced in function "private: void __thiscall 
SearchWidget::search(void)const " (?search@SearchWidget@@ABEXXZ)
searchwidget.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QList<class QHelpSearchQuery> 
__thiscall QHelpSearchQueryWidget::query(void)const " 
(__imp_?query@QHelpSearchQueryWidget@@QBE?AV?$QList@VQHelpSearchQuery@@@@XZ) 
referenced in function "private: void __thiscall 
SearchWidget::search(void)const " (?search@SearchWidget@@ABEXXZ)
searchwidget.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: __thiscall 
QHelpSearchQuery::~QHelpSearchQuery(void)" 
(__imp_??1QHelpSearchQuery@@QAE@XZ) referenced in function "public: void 
* __thiscall QHelpSearchQuery::`scalar deleting destructor'(unsigned 
int)" (??_GQHelpSearchQuery@@QAEPAXI@Z)
preferencesdialog.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::filterAttributes(void)const " 
(__imp_?filterAttributes@QHelpEngineCore@@QBE?AVQStringList@@XZ) 
referenced in function "private: void __thiscall 
PreferencesDialog::updateFilterPage(void)" 
(?updateFilterPage@PreferencesDialog@@AAEXXZ)
preferencesdialog.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QStringList __thiscall 
QHelpEngineCore::filterAttributes(class QString const &)const " 
(__imp_?filterAttributes@QHelpEngineCore@@QBE?AVQStringList@@ABVQString@@@Z) 
referenced in function "private: void __thiscall 
PreferencesDialog::updateFilterPage(void)" 
(?updateFilterPage@PreferencesDialog@@AAEXXZ)
preferencesdialog.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: bool __thiscall 
QHelpEngineCore::removeCustomFilter(class QString const &)" 
(__imp_?removeCustomFilter@QHelpEngineCore@@QAE_NABVQString@@@Z) 
referenced in function "private: void __thiscall 
PreferencesDialog::applyChanges(void)" 
(?applyChanges@PreferencesDialog@@AAEXXZ)
remotecontrol.obj : error LNK2019: unresolved external symbol 
"__declspec(dllimport) public: class QMap<class QString,class QUrl> 
__thiscall QHelpEngineCore::linksForIdentifier(class QString const 
&)const " 
(__imp_?linksForIdentifier@QHelpEngineCore@@QBE?AV?$QMap@VQString@@VQUrl@@@@ABVQString@@@Z) 
referenced in function "private: void __thiscall 
RemoteControl::handleCommandString(class QString const &)" 
(?handleCommandString@RemoteControl@@AAEXABVQString@@@Z)
..\..\..\..\bin\assistant.exe : fatal error LNK1120: 47 unresolved externals

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx