Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-21 Thread Jason H
True there is some risk of an infinite loop if the make `touch`es the Makefile, to maybe there is a way to compare hashes? > > Make supposedly supports re-creating the Makefile in a rule: > > https://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html > > "If a makefile has a

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-19 Thread Eike Ziller
s if the Makefile changed, and restarts itself if so. > > > >> Sent: Wednesday, May 19, 2021 at 3:34 AM >> From: "Eike Ziller" >> To: "Jason H" >> Cc: "qt-creator" >> Subject: Re: [Qt-creator] Debugging app using Camera on MacOS? &

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-19 Thread Jason H
be there is a way to compare hashes? > > > > > Sent: Wednesday, May 19, 2021 at 3:34 AM > > From: "Eike Ziller" > > To: "Jason H" > > Cc: "qt-creator" > > Subject: Re: [Qt-creator] Debugging app using Camera on MacOS? > > &

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-19 Thread Jason H
on H" > Cc: "qt-creator" > Subject: Re: [Qt-creator] Debugging app using Camera on MacOS? > > > > > On May 18, 2021, at 18:58, Jason H wrote: > > > > > > So I am dumb. I forgot that among all those popups QtCreator gives you when > >

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-19 Thread Eike Ziller
o Makefile ../qmake_widgets/qmake_widgets.pro …. Which is tricky because while running “make”, the Makefile is changed…. but it is supposed to work. Br, Eike > > Sent: Tuesday, May 18, 2021 at 11:53 AM > From: "Jason H" > To: "Jason H" > Cc: "qt-creato

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-18 Thread Jason H
) but that doesn't seem to be the case?       Sent: Tuesday, May 18, 2021 at 11:53 AM From: "Jason H" To: "Jason H" Cc: "qt-creator" Subject: Re: [Qt-creator] Debugging app using Camera on MacOS? Accidentally only replied to Lars before, but for the list, for thr

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-18 Thread Jason H
: Tuesday, May 18, 2021 at 11:25 AM From: "Jason H" To: "Lars Knoll" Cc: "qt-creator" Subject: Re: [Qt-creator] Debugging app using Camera on MacOS? I got it working with a manual copy, but also filed: https://bugreports.qt.io/browse/QTBUG-93832       Sent: Tu

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-18 Thread Jason H
I got it working with a manual copy, but also filed: https://bugreports.qt.io/browse/QTBUG-93832       Sent: Tuesday, May 18, 2021 at 4:40 AM From: "Lars Knoll" To: "Eike Ziller" Cc: "Jason H" , "qt-creator" Subject: Re: [Qt-creator] Debugging app us

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-18 Thread Lars Knoll
On 17 May 2021, at 18:50, Eike Ziller mailto:eike.zil...@qt.io>> wrote: On May 17, 2021, at 16:27, Jason H mailto:jh...@gmx.com>> wrote: Here is the question (asked by someone else) (Note this is specific to *debugging* the app.)

Re: [Qt-creator] Debugging app using Camera on MacOS?

2021-05-17 Thread Eike Ziller
> On May 17, 2021, at 16:27, Jason H wrote: > > Here is the question (asked by someone else) (Note this is specific to > *debugging* the app.) > https://stackoverflow.com/questions/60459036/how-do-i-debug-an-app-on-the-mac-that-accesses-the-camera > with no good resolution. > > It seems the