Re: [Interest] Mac OS X Qt 5 QCoreApplication application crashes if linking with webenginewidgets

2016-04-12 Thread Croitor Alexandr
Hi, Either remove the "QT += webenginewidgets" line so it does not link to the library, or replace the QCoreApplication with a QApplication instance. > On 12 Apr 2016, at 10:18, DAS Loop wrote: > > > Hi, > > While porting an app to Qt (Mac OS X SDK 10.11, QT 5.6) I have found a > problem. A

Re: [Interest] getting symbols in deployed mac app

2016-03-15 Thread Croitor Alexandr
Yes, IIRC some of the debug plugins do not get copied over when using -use-debug-libs, and some release libraries do get copied. There are also issues regarding this: https://bugreports.qt.io/browse/QTBUG-48800 https://bugreports.qt.io/browse/QTBUG-4

Re: [Interest] Qt 5.6.0 beta / Mac / lldb / Debug Symbols

2016-01-21 Thread Croitor Alexandr
Isn't the issue that the debug symbols are not shipped in the first place? They usually reside in the object files, or are extracted into a dsym archive, and neither are shipped with the binary installation. So placing the sources at the original compiled path won't really help. > On 21 Jan 2016

Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Croitor Alexandr
Hi. I can confirm that it doesn't work in 5.5, but it was fixed for 5.6. Regards, Alex. > On 22 Dec 2015, at 16:05, Mike Jackson wrote: > > Ping? > > Mike Jackson. > >> On Dec 18, 2015, at 2:54 PM, Mike Jackson > > wrote: >> >> We have tried a bunch more idea