[Interest] overriding qdevice.pri? (esp. QMAKE_MAC_SDK)

2016-10-23 Thread René J . V . Bertin
Hi, I've run into some trouble building QtWebEngine 5.7.0 on 10.9, even after applying patches that ought to make this possible. Turns out this is because I've configured QtBase to build using the platform, 10.9 SDK, which trickles down to qdevice.pri: !host_build:QMAKE_MAC_SDK = macosx10.9 I

[Interest] Qt translations files deploy on Windows

2016-10-23 Thread Alexander Dyagilev
Hello, I use windeployqt to deploy all the Qt stuff including translation files. For some unknown reason, windeployqt does not deploy all Qt translation files (qt_XX.qm files), but only some of them. It desploys: qt_ca.qm qt_cs.qm qt_de.qm qt_en.qm qt_fi.qm qt_fr.qm qt_he.qm qt_hu.qm qt_it.

Re: [Interest] Sporadic rendering problem QtQuick/OpenGl

2016-10-23 Thread Sean Harmer
Hi, On 19/10/2016 22:22, patrick.fl...@continental-corporation.com wrote: Hi, I got the recommodation to send my question/problem to this mailing list. On our i.MX6 based target device we can observe sporadic rendering problems when using QtQuick. As the problem is only happening sporadic we w

Re: [Interest] Memory consumption when starting QML application

2016-10-23 Thread Shantanu Tushar
Hi, Using a Loader in this case is the ideal solution. Our application also has multiple "screens" that we load lazily. Some of them are loaded only when the user navigates to them, and some of them are loaded after a slight delay. On Mon, Sep 5, 2016 at 10:52 AM, Marco Trapanese wrote: > Il 04