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.
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
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
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