Re: [Interest] Installing Qt for Android Binaries without GUI

2015-10-02 Thread Andreas Cord-Landwehr
On Tuesday, September 22, 2015 4:12:29 PM CEST Elvis Stansvik wrote: > 2015-09-22 16:08 GMT+02:00 Andreas Cord-Landwehr : > > On Tuesday 22 September 2015 15:58:42 Elvis Stansvik wrote: > >> If I understood him right, he wants to make a Dockerfile that creates > >> a Docker image from scratch (i.e.

Re: [Interest] qt5: building a selection of components NOT including qtbase

2015-10-02 Thread Thiago Macieira
On Friday 02 October 2015 23:03:26 René J.V. Bertin wrote: > Hi, > > I would like to build qtbase in a separate "base" package, and the remaining > modules that are of interest to me in a single go. Building the base > package is not a problem, but my hope that I could just use qmake qt.pro > afte

[Interest] qt5: building a selection of components NOT including qtbase

2015-10-02 Thread René J . V . Bertin
Hi, I would like to build qtbase in a separate "base" package, and the remaining modules that are of interest to me in a single go. Building the base package is not a problem, but my hope that I could just use qmake qt.pro after removing qtbase turned out to be vain. Would I have to construct

Re: [Interest] Basic builtin types of Qt unavailable

2015-10-02 Thread Nuno Santos
Hi, I think I have found a solution for this problem. Adding the following lines eliminated the problem: qobject_cast(qt_static_plugin_QtQuick2Plugin().instance())->initializeEngine(view->engine(), "QtQuick"); qobject_cast(qt_static_plugin_QtQuickControlsPlugin().instance())->initializeEngine