Hi, everyone.
My Qt application is very slow on first startup.
My board is a Allwinner A10 (sun4i linux 3.0.8 + qt everywhere 4.7.1).
When I first try to start my application (with -qws) the screen remains blank for about 4s.
I then briefly get a green background and a mouse pointer before my application starts and hides the mouse.
If I quite my application and start it again, it start instantly (again with brief green screen and mouse pointer).
I tried with Qt static and dynamic, the results do not differ significantly.
I also tried with a simple ‘Hello World’ test and it does the same.
Any ideas why the first start would take so long!
Thanks a lot!
Thanks for your guess.