Hello,
I have a problem by running QT application with necessitas on android device. Everything is working fine but I cannot make
permanent application with local Qt libraries.
The main view of tabs, buttons and textboxes looks fine when application is run by using deployment.
(For example, TAB widget looks normal like in windows).
Problem appears when I try to run application directly on android device (not using deployment) simple by clicking on application. Application can run and works fine, but main view of buttons, textboxes and tabs looks different. Some background colors differ, fonts also difers and some objects disappeared (or example groupboxes), buttons gets different color. It seems that application does not using previously deployed local Qt libraries.
What need to be configured that application can be run normally like with deployment?
↧