Re: [Interest] QProcess unbuffered

2023-03-17 Thread Thiago Macieira
On Friday, 17 March 2023 14:00:54 PDT Scott Bloom wrote: > Maybe I missed it. But I don’t see where you use the InheritableHandleInfo > template. WTF? Ah, it ended up in the wrong commit in the series during rebase. Fixed. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software A

Re: [Interest] QProcess unbuffered

2023-03-17 Thread Scott Bloom
Maybe I missed it. But I don’t see where you use the InheritableHandleInfo template. -Original Message- From: Interest On Behalf Of Thiago Macieira Sent: Friday, March 17, 2023 1:45 PM To: interest@qt-project.org Subject: Re: [Interest] QProcess unbuffered On Tuesday, 7 March 2023

Re: [Interest] QProcess unbuffered

2023-03-17 Thread Thiago Macieira
On Tuesday, 7 March 2023 18:18:53 PDT Scott Bloom wrote: > I really want to thank Björn > > With his starting point, I was able to tweak his changes, and seem to have > it working 😊 I have more testing to do. But it was actually pretty > straight forward. > > * I use VS (2022) so the packing was

Re: [Interest] How to detect iOS in qmake?

2023-03-17 Thread Alexander Dyagilev
LOL, sorry, it's ios instead of iOS. xD On 3/17/2023 6:41 PM, Alexander Dyagilev wrote: Hi guys, Is there a way? For example, we can do the following in Android: android:CONFIG += my_android_features Is there a way for iOS? I've tried this and it's not working: iOS:CONFIG += my_ios_features

[Interest] How to detect iOS in qmake?

2023-03-17 Thread Alexander Dyagilev
Hi guys, Is there a way? For example, we can do the following in Android: android:CONFIG += my_android_features Is there a way for iOS? I've tried this and it's not working: iOS:CONFIG += my_ios_features ___ Interest mailing list Interest@qt-projec