[Android-development] Compiling Qt WebView, sources?

Christian Strømme christian.stromme at theqtcompany.com
Mon Jan 5 17:32:33 CET 2015



On 05/01/15 17:18 , Harri Pasanen wrote:
> On 05/01/2015 10:29, Eskil Abrahamsen Blomfeldt wrote:
>> git clone <username>@codereview.qt-project.org:qt/qtwebview
>
> Thanks, got it running.
>
> Btw. is there some command line or config to integrate it to qt5 build?
>
> What I did was just open the .pro with Qt Creator and compile it with
> the Kit being my own Qt kit and then installed manually with:
>
> cp -r
> build-qtwebview-Android_qt5_4_hp-Release/android-build/home/harri/qt5.4_hp/*
> ~/qt5.4_hp/
>
> As my own Qt for Android is installed under ~/qt5.4_hp/
>
> That works, but is probably less than optimal.
>
> Harri
>
>
>
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development
>

Hi,

just run qmake and make in the qtwebview folder. If ~/qt5.4_hp contains 
your Qt build, something like this should be sufficient.

qtwebview$> ~/qt5.4_hp/bin/qmake && make


--
Christian



More information about the Android-development mailing list