[Interest] Qt 6.5.2 and qmllint questions/issues

2023-08-29 Thread Matthew Fincham via Interest
Hi We are in the process of integrating qmllint after migrating a project to Qt6, and have hit a few issues. -- QtLocation -- The linter is unable to resolve types in QtLocation. Adding the following dependencies to qml/QtLocation/qmldir resolved the problem: depends QtQuick depends

Re: [Interest] Default stack size of QThread

2023-08-29 Thread Thiago Macieira
On Monday, 28 August 2023 23:34:26 PDT Ramakanth Kesireddy wrote: > Thanks for your feedback. > As we donot set any stack size for QThread and it looks like it runs out of > default stack size limit during long running operation. Hence would like to > measure the cumulative stack variables used in

Re: [Interest] Default stack size of QThread

2023-08-29 Thread Ulf Hermann via Interest
As we donot set any stack size for QThread and it looks like it runs out of default stack size limit during long running operation. Hence would like to measure the cumulative stack variables used in a thread so as to set stack size of QThread accordingly. It is possible to measure stack

Re: [Interest] Default stack size of QThread

2023-08-29 Thread Ramakanth Kesireddy
Thanks for your feedback. As we donot set any stack size for QThread and it looks like it runs out of default stack size limit during long running operation. Hence would like to measure the cumulative stack variables used in a thread so as to set stack size of QThread accordingly. On Mon, 28