[Interest] TLS Initialization Failed on MacOS in Deployed Application

2025-03-27 Thread Michael Jackson
Got an interesting issue that I am trying to track down. Our application talks to our web server through “https” which uses SSL at some point. We are using Qt 6.7 and Qt 6.8 on macOS (where this problem is occurring). If I build and run from my IDE (CLion) everything works just fine. When I create

Re: [Interest] Regarding the tst_qquickfolderlistmodel linker error

2025-03-27 Thread Volker Hilsheimer via Interest
> On 21 Mar 2025, at 10:25, Suhas Krishanamurthy > wrote: > > Hello All, > I am working on resolving a Qt bug related to the QQuick Folder List Model. I > tried to write a test case to test signal emission using QSignalSpy. > Initially, I used the SIGNAL macro, but someone suggested I change i