On Sunday, 1 October 2017 07:09:18 PDT Nikos Chantziaras wrote:
> > The plugin is listed, but couldn't be loaded. Run ldd on the plugin and
> > you'll see what libraries are missing. They need to be installed in the
> > target system by the user.
>
> No, that wasn't it. I mean it was (technically)
On 01/10/17 12:02, Thiago Macieira wrote:
On Saturday, 30 September 2017 13:55:55 PDT Nikos Chantziaras wrote:
Available platform plugins are eglfs, minimal, minimalegl,
offscreen, wayland-egl, wayland, xcb.
The plugin is listed, but couldn't be loaded. Run ldd on the plugin and you'll
On Saturday, 30 September 2017 13:55:55 PDT Nikos Chantziaras wrote:
>Available platform plugins are eglfs, minimal, minimalegl,
>offscreen, wayland-egl, wayland, xcb.
The plugin is listed, but couldn't be loaded. Run ldd on the plugin and you'll
see what libraries are missing. They need
Hi,
the following example fails after 9 loop iterations:
#include
#include
int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
QQmlEngine engine;
QQmlComponent* components[47];
QObject* objects[47];
for (int i = 0; i <= 47; i++)
{
components[i]