Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Compiling QtWeb on VS 2008 with Qt 4.6.2 #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I want to compile QtWeb myself.
When I compile it in Visual Studio I first get the error QtWebKitd.lib not 
found. I changed the lib in the VS linker settings to QtWebKitd4.lib and then I 
get the next linker error:
$(QTDIR)\src\3rdparty\webkit\JavaScriptCore\debug\jscore.lib

I checked and there is no such file on my disk (the whole debug/release folder 
isn't present in this directory).
Do I have to build WebKit on Windows myself?? (How? There is no VS project 
file?)
Or do I have the wrong Qt version?

Thanks for your help.

Original issue reported on code.google.com by Eklipto...@googlemail.com on 7 Feb 2011 at 9:14

GoogleCodeExporter commented 9 years ago
I'm not sure but I think that QtWeb is made using QT Creator, if you want to 
compile it try using that IDE.

Original comment by lukeberr...@gmail.com on 8 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago
;'

Original comment by goinl...@gmail.com on 30 Dec 2011 at 12:17

GoogleCodeExporter commented 9 years ago
U will have to build the JavaScriptCore located 
"C:\Qt\2010.05\qt\src\3rdparty\webkit\JavaScriptCore"
might need to rename the build .lib file to jscore.lib

Original comment by nikhilvb...@gmail.com on 22 Feb 2012 at 5:37

GoogleCodeExporter commented 9 years ago
In future release I'll provide a build script as well as patches for Qt to 
build statically.

Original comment by magis...@gmail.com on 24 May 2013 at 3:42