I downloaded "Qt 4.6.0 + Qt Creator 1.3.0 RC SDK for Windows" and
reconfigured the project to build using QMAKESPEC win32-msvc2005.

I'm using Windows SDK to produce phonon support but when building I get
the following linker errors. Is there something missing?

 

        link /LIBPATH:"c:\Qt\2009.05-rc1\qt\lib"
/LIBPATH:"c:\Qt\2009.05-rc1\qt\

lib" /NOLOGO /DEBUG /DLL /MANIFEST
/MANIFESTFILE:"obj/debug\QtWebKitd.intermedia

te.manifest" /VERSION:4.60 /OUT:..\..\..\..\lib\QtWebKitd4.dll
@C:\DOCUME~1\DROB

IN~1\LOCALS~1\Temp\nmE73.tmp

   Creating library ..\..\..\..\lib\QtWebKitd4.lib and object
..\..\..\..\lib\Qt

WebKitd4.exp

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual struct QMetaObject const * __thiscall
WebCore::FormDataIODevice::metaObjec

t(void)const "
(?metaobj...@formdataiodevice@WebCore@@UBEPBUQMetaObject@@XZ)

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual void * __thiscall WebCore::FormDataIODevice::qt_metacast(char
const *)" (?

qt_metac...@formdataiodevice@WebCore@@uaepax...@z)

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual int __thiscall WebCore::FormDataIODevice::qt_metacall(enum
QMetaObject::Ca

ll,int,void * *)"
(?qt_metac...@formdataiodevice@WebCore@@uaehw4c...@qmetaobject

@@hpa...@z)

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual struct QMetaObject const * __thiscall
WebCore::QNetworkReplyHandler::metaO

bject(void)const "
(?metaobj...@qnetworkreplyhandler@WebCore@@UBEPBUQMetaObject@

@XZ)

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual void * __thiscall WebCore::QNetworkReplyHandler::qt_metacast(char
const *)

" (?qt_metac...@qnetworkreplyhandler@WebCore@@uaepax...@z)

QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol
"public: vi

rtual int __thiscall WebCore::QNetworkReplyHandler::qt_metacall(enum
QMetaObject

::Call,int,void * *)"
(?qt_metac...@qnetworkreplyhandler@WebCore@@uaehw4c...@qme

taObject@@hpa...@z)

QNetworkReplyHandler.obj : error LNK2019: unresolved external symbol
"protected:

 void __thiscall
WebCore::QNetworkReplyHandler::processQueuedItems(void)" (?proc

essqueuedit...@qnetworkreplyhandler@WebCore@@IAEXXZ) referenced in
function "pub

lic: void __thiscall WebCore::QNetworkReplyHandler::setLoadMode(enum
WebCore::QN

etworkReplyHandler::LoadMode)"
(?setloadm...@qnetworkreplyhandler@WebCore@@QAEXW

4loadm...@12@@Z)

FrameLoaderClientQt.obj : error LNK2019: unresolved external symbol
"protected:

void __thiscall QWebPage::unsupportedContent(class QNetworkReply *)"
(?unsupport

edcont...@qwebpage@@IAEXPAVQNetworkReply@@@Z) referenced in function
"public: vi

rtual void __thiscall WebCore::FrameLoaderClientQt::download(class
WebCore::Reso

urceHandle *,struct WebCore::ResourceRequest const &,struct
WebCore::ResourceReq

uest const &,class WebCore::ResourceResponse const &)"
(?downl...@frameloadercli

en...@webcore@@uaexpavresourcehan...@2@aburesourcerequ...@2@1ABVResource
Response

@2@@Z)

FrameLoaderClientQt.obj : error LNK2019: unresolved external symbol
"protected:

void __thiscall QWebPage::downloadRequested(class QNetworkRequest const
&)" (?do

wnloadreques...@qwebpage@@IAEXABVQNetworkRequest@@@Z) referenced in
function "pu

blic: virtual void __thiscall
WebCore::FrameLoaderClientQt::startDownload(struct

 WebCore::ResourceRequest const &)"
(?startdownl...@frameloaderclientqt@WebCore@

@uaexaburesourcerequ...@2@@Z)

..\..\..\..\lib\QtWebKitd4.dll : fatal error LNK1120: 9 unresolved
externals

 

Regards

David Robinsion

 


Please refer to www.anite.com for individual Anite company details. The 
contents of this e-mail and any attachments are for the intended recipient 
only. If you are not the intended recipient, you are not authorised to and must 
not disclose, copy, distribute, or retain this message or any part of it. It 
may contain information which is confidential and/or covered by legal 
professional or other privilege. Contracts cannot be concluded with us nor 
legal service effected by email.  

Anite plc
Registered in England No.1798114
Registered Office: 353 Buckingham Avenue Slough Berks SL1 4PF United Kingdom 
VAT Registration No. GB 787 418187

Scanned for viruses by Mimecast.
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to