Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Charles-Elie Gentil
log.jiyuusoft.net <http://blog.jiyuusoft.net/> >>>>>>> Le 9 févr. 2017 à 18:23, Konstantin Tokarev <annu...@yandex.ru >>>>>>> <mailto:annu...@yandex.ru>> a écrit : >>>>>>> >>>>>

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
  10.02.2017, 23:42, "Charles-Elie Gentil" :Ok, it works with a Qt application. Unfortunately, with QML application it doesn’t work. Indeed, QML API is not yet finished. If you are interested you can help us with fixing things on macOS I have this message :plugin cannot be

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Charles-Elie Gentil
ps, looks like my instruction was too sloppy, and you followed it >>>>> verbatimly >>>>> >>>>> qtwebkit-tp5-qt58-darwin-x64.tar.xz contains wrapping directory >>>>> "qtwebkit-tp5-qt58-darwin-x64" to avoid tarbombing, so it's stru

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Charles-Elie Gentil
could guess, to work properly contents of "include" need to be >>> unpacked to "include" and so on >>> >>> So right unpack command is >>> >>> cd 5.8/clang_64 && tar --strip-components=1 -xJf >>> /qtwebk

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
  10.02.2017, 10:33, "Charles-Elie Gentil" :Hi,  Yes … I do it.I have just rebuild from qtwebkit-tp5.tar.xz with debug and release option. Firstly I notice that the building of QtWebkit don’t produce the same element that a standard installation of Qt. For example (on my mac) : 

Re: [webkit-qt] Build and Install QtWebKit

2017-02-10 Thread Konstantin Tokarev
  10.02.2017, 10:33, "Charles-Elie Gentil" :Hi,  Yes … I do it.I have just rebuild from qtwebkit-tp5.tar.xz with debug and release option. Firstly I notice that the building of QtWebkit don’t produce the same element that a standard installation of Qt. For example (on my mac) : 

Re: [webkit-qt] Build and Install QtWebKit

2017-02-09 Thread Charles-Elie Gentil
ow) > > I guess I should write detailed installation instruction :) > >> >> Envoyé de mon Galaxy S6 Orange >> >> ---- Message d'origine >> De : Konstantin Tokarev <annu...@yandex.ru> >> Date : 09/02/2017 08:43 (GMT+01:00) >> À : Ch

Re: [webkit-qt] Build and Install QtWebKit

2017-02-09 Thread Konstantin Tokarev
: Charles-Elie Gentil <m...@jiyuusoft.net> > Cc : webkit-qt@lists.webkit.org > Objet : Re: [webkit-qt] Build and Install QtWebKit > > 09.02.2017, 10:41, "Charles-Elie Gentil" <m...@jiyuusoft.net>: >> I have just tested with the contents of qtwebkit-tp5-qt58-da

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Konstantin Tokarev
09.02.2017, 10:41, "Charles-Elie Gentil" : > I have just tested with the contents of qtwebkit-tp5-qt58-darwin-x64.tar.xz, > pasted in /Users/charlie/qtwebkit. You need to unpack this archive into prefix of your Qt installation, n this case it should be something like

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Charles-Elie Gentil
I have just tested with the contents of qtwebkit-tp5-qt58-darwin-x64.tar.xz, pasted in /Users/charlie/qtwebkit. In my .pro file, I have added QMAKEPATH += /Users/charlie/qtwebkit QT += webkit I have the same problem. I will test this morning with rebuilding my own QtWebkit from

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Konstantin Tokarev
09.02.2017, 10:13, "Charles-Elie Gentil" : > Hello, > > @Konstantin : Thank you for your help. > > I did two tests : >    1°) with QtWebKit form here  : > https://github.com/annulen/webkit/releases/tag/qtwebkit-tp5  > (qtwebkit-tp5.tar.xz) >    2°) with QtWebKit from qt

Re: [webkit-qt] Build and Install QtWebKit

2017-02-08 Thread Charles-Elie Gentil
Hello, @Konstantin : Thank you for your help. I did two tests : 1°) with QtWebKit form here : https://github.com/annulen/webkit/releases/tag/qtwebkit-tp5 (qtwebkit-tp5.tar.xz

Re: [webkit-qt] Build and Install QtWebKit

2017-02-07 Thread Konstantin Tokarev
08.02.2017, 08:31, "Charles-Elie Gentil" : > Hello, > > I want use QtWebKit and so, I build it following these instructions :  > https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X > I add a CMAKE_INSTALL_PREFIX to have this command : > >

[webkit-qt] Build and Install QtWebKit

2017-02-07 Thread Charles-Elie Gentil
Hello, I want use QtWebKit and so, I build it following these instructions : https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X I add a CMAKE_INSTALL_PREFIX to have this command : ./Tools/Scripts/build-webkit