On sexta-feira, 1 de fevereiro de 2013 11.36.28, Bill Crocker wrote:
> That brings us to one of Qt's lesser publicized constraints.
> Qt can not safely be used from a forked context, because you never
> know which parts of it might be using threads.
> I learned that the hard way.
That is true for
>
> Looks like you need a two plans of action:
>
> 1) figure out why it is taking 2 seconds loading: profile the loading and
> propose patches to Qt.
>
> 2) implement the kdeinit / booster trick. I'm not sure there's a good
> reference online, but here's a very, very summarised summary:
> - all
On sexta-feira, 1 de fevereiro de 2013 15.02.49, Markus Grau wrote:
> Hi,
>
> we are looking for a way to load the Qt5 libs, that are required for a Qt5
> application, during boot-time.
> Reason is:
> We are using an iMX6-quad with a Freescale BSP. Every startup of our
> application seems to get s
Hi,
we are looking for a way to load the Qt5 libs, that are required for a
Qt5 application, during boot-time.
Reason is:
We are using an iMX6-quad with a Freescale BSP. Every startup of our
application seems to get slowed down by the required loading of the Qt5 libs
(app
Hi,
we are looking for a way to load the Qt5 libs, that are required for a Qt5
application, during boot-time.
Reason is:
We are using an iMX6-quad with a Freescale BSP. Every startup of our
application seems to get slowed down by the required loading of the Qt5
libs (approx. 2 sec).
We are wonderi