Open GoogleCodeExporter opened 9 years ago
Yes, I'm going to move QtWeb to QtWebKit 2.3 in the near future. Stay tuned!
Original comment by magis...@gmail.com
on 7 Jun 2013 at 6:11
OK I get QTWebKit-2.3 working statically with QtWeb!
But inspector is not working.
Original comment by roy...@gmail.com
on 14 Jun 2013 at 7:32
Attachments:
It's great! I'll update build scripts soon. Thanks!
Original comment by magis...@gmail.com
on 14 Jun 2013 at 7:41
OK inspector is fixed.
Original comment by roy...@gmail.com
on 14 Jun 2013 at 7:51
Attachments:
for QTWebKit-2.3 I made some hacks but I can't remember all of them, but using
qmake with attached .qmake.cache likely works.
OT: qtweb-qtwebkit32-inspector.png is misnamed, but well... ;-)
Original comment by roy...@gmail.com
on 14 Jun 2013 at 7:54
Do you change some pro or pri files in qtwebkit-2.3?
Original comment by magis...@gmail.com
on 14 Jun 2013 at 7:59
I was stuck at static build of qtwebkit-2.3, but look like it's not so hard.
Thanks for your work.
Original comment by magis...@gmail.com
on 14 Jun 2013 at 8:03
and you need combining the generated libraries for replacing stock QTWebKit.lib
search *.lib and copy them to a place like qtwebkit\lib and run "lib
/out:QtWebKit4.lib WTF.lib WebCore.lib WebKit1.lib QtWebKit.lib
JavaScriptCore.lib" to combine them to QtWebKit4.lib, then overwrite
qt\lib\QtWebKit.lib with generated QtWebKit4.lib for linking.
> Do you change some pro or pri files in qtwebkit-2.3?
yes but I think it is not necessary. I may try pulling vanilla QTWebKit-2.3.1
and build later.
Original comment by roy...@gmail.com
on 14 Jun 2013 at 8:10
> yes but I think it is not necessary. I may try pulling vanilla QTWebKit-2.3.1
and build later.
I tried here with old msvc2005 confirmed this.
New dependencies:
- python
- ruby
- win_flex (with win_bison.exe renamed to bison.exe)
- gperf
- jom (optional, for parallel building)
besides the quirks for only msvc2005 (which modified Makefile files with
special lib/link option to make it builds without bailing out,
http://stackoverflow.com/questions/1742568/lnk1106-with-big-binary-resource ),
I did nothing.
Original comment by roy...@gmail.com
on 15 Jun 2013 at 5:16
Original issue reported on code.google.com by
roy...@gmail.com
on 7 Jun 2013 at 3:06