Re: [Interest] What's the configure switch to have xcb working when deploying Qt apps?

2017-10-01 Thread Thiago Macieira
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)

Re: [Interest] What's the configure switch to have xcb working when deploying Qt apps?

2017-10-01 Thread Nikos Chantziaras
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

Re: [Interest] What's the configure switch to have xcb working when deploying Qt apps?

2017-10-01 Thread Thiago Macieira
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

[Interest] Only 9 QML components can be created partially?

2017-10-01 Thread Richard Weickelt
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]