Skip to content

Instantly share code, notes, and snippets.

@azbesthu
Created February 11, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azbesthu/8934305 to your computer and use it in GitHub Desktop.
Save azbesthu/8934305 to your computer and use it in GitHub Desktop.
webenginewidgets no network
link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /VERSION:5.20 /MANIFEST /MANIFESTFILE:C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5W
ebEngineWidgetsd.dll.embed.manifest /OUT:C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5WebEngineWidgetsd.dll @C:\Users\ADMINI~1\AppData\Local
\Temp\2\nmB3B.tmp
Creating library C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5WebEngineWidgetsd.lib and object C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\
Qt5WebEngineWidgetsd.exp
qwebenginepage.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QNetworkRequest::QNetworkRequest(cl
ass QUrl const &)" (__imp_??0QNetworkRequest@@QAE@ABVQUrl@@@Z) referenced in function "public: static void * __cdecl QtMetaTypePrivate::QMet
aTypeFunctionHelper<class QNetworkRequest,1>::Create(void const *)" (?Create@?$QMetaTypeFunctionHelper@VQNetworkRequest@@$00@QtMetaTypePriva
te@@SAPAXPBX@Z)
qwebenginepage.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QNetworkRequest::QNetworkRequest(cl
ass QNetworkRequest const &)" (__imp_??0QNetworkRequest@@QAE@ABV0@@Z) referenced in function "public: static void * __cdecl QtMetaTypePrivat
e::QMetaTypeFunctionHelper<class QNetworkRequest,1>::Create(void const *)" (?Create@?$QMetaTypeFunctionHelper@VQNetworkRequest@@$00@QtMetaTy
pePrivate@@SAPAXPBX@Z)
qwebenginepage.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QNetworkRequest::~QNetworkRequest(v
oid)" (__imp_??1QNetworkRequest@@QAE@XZ) referenced in function "public: void * __thiscall QNetworkRequest::`scalar deleting destructor'(uns
igned int)" (??_GQNetworkRequest@@QAEPAXI@Z)
C:\Qt5.2.0-qtwe-dev-source\qt5\qtbase\lib\Qt5WebEngineWidgetsd.dll : fatal error LNK1120: 3 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment