Re: [Interest] CurrentProject:QT_INSTALL_BINS missing

2021-01-12 Thread Christian Kandeler
On 1/12/21 9:12 PM, Jérôme Godbout wrote: I wonder if that lupdate and lrelease should be part of Qt tools instead of each desktop version, mobile lack it What makes you think that? They are host tools just like qmake, and reside alongside it, regardless of the target architecture. Christi

[Interest] CaptureStillImage to buffer

2021-01-12 Thread Alexander Carôt
Hello all, I have a custom video streaming component for which I need to individually capture, modify and then send each captured image. Therefore, I am using QCamera::CaptureStillImage. This is working fine except that so far (2 years ago) Qt only allowed still images being captured to file a

Re: [Interest] Qt6 repo

2021-01-12 Thread Thiago Macieira
On Tuesday, 12 January 2021 09:32:07 PST Nibedit Dey wrote: > Hello Everyone, > > Is there any plan to move the qt6 source code to a different repo (qt6)? > Currently, the branch lies inside the qt5 repo. > Is there going to be a Qt6 super module in near future? There has been no discussion on th

Re: [Interest] CurrentProject:QT_INSTALL_BINS missing

2021-01-12 Thread Jérôme Godbout
Thganks it does work, I never realized that icon was giving variables, good to known. I wonder if that lupdate and lrelease should be part of Qt tools instead of each desktop version, mobile lack it, so all my mobile project I have to configure a desktop config just to run the lupdate and lrelea

[Interest] Qt6 repo

2021-01-12 Thread Nibedit Dey
Hello Everyone, Is there any plan to move the qt6 source code to a different repo (qt6)? Currently, the branch lies inside the qt5 repo. Is there going to be a Qt6 super module in near future? Thanks & Regards, Nibedit ___ Interest mailing list Interest

Re: [Interest] CurrentProject:QT_INSTALL_BINS missing

2021-01-12 Thread Kai Köhne
> From: Interest On Behalf Of Jérôme Godbout > Sent: Tuesday, January 12, 2021 3:48 PM > To: interest@qt-project.org > Subject: [Interest] CurrentProject:QT_INSTALL_BINS missing > > HI, > I was using some project setting .pri to run the lupdate based on current > Project Qt install bin using the

[Interest] CurrentProject:QT_INSTALL_BINS missing

2021-01-12 Thread Jérôme Godbout
HI, I was using some project setting .pri to run the lupdate based on current Project Qt install bin using the following for my external tools lupdate: %{CurrentProject:QT_INSTALL_BINS}\lupdate.exe But now into recent QtCreator, it give me the following error: Could not find executable for "%{Cu