Evening all,
when building Qt 5.1 with webkit on windows using vc 2012 I keep getting the following unresolved.
if I skip over building QtWebProcess.exe then it continues and builds fine
does anyone have any idea what the cause of this could be?
configure:
configure -static -release -opensource -openssl -icu -prefix C:\Development\Qt
MainQt.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __cdecl WebKit::WebProcessMainQt(class QGuiApplication *)" (__imp_?WebProcessMainQt@WebKit@@YAHPEAVQGuiApplication@@@Z) referenced in function main
MainQt.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl WebKit::initializeWebKitWidgets(void)" (__imp_?initializeWebKitWidgets@WebKit@@YAXXZ) referenced in function main
..\..\bin\QtWebProcess.exe : fatal error LNK1120: 2 unresolved externals
jom: C:\Development\Qt\src\qtwebkit\Source\WebKit2\Makefile.WebProcess.Release [
..\..\bin\QtWebProcess.exe] Error 1120
jom: C:\Development\Qt\src\qtwebkit\Source\WebKit2\Makefile.WebProcess [release]
Error 2
jom: C:\Development\Qt\src\qtwebkit\Source\Makefile.QtWebKit [sub-WebKit2-WebPro
cess-pro-make_first-ordered] Error 2
jom: C:\Development\Qt\src\qtwebkit\Makefile [sub-Source-QtWebKit-pro-make_first
-ordered] Error 2
jom: C:\Development\Qt\src\Makefile [module-qtwebkit-make_first] Error 2
↧