Re: [Development] Fwd: [Interest] QtIFW 2.0.4 Release?

2016-12-18 Thread Konstantin Podsvirov
Hello again!22:12, 13 december 2016 г., Konstantin Podsvirov :Hello guys!QtSDK maintenance now based on 2.0.4 framework, but what about 2.0.4 tag and binaries for QtIFW?Ping. ___ Development mailing list Development@qt-project.org http://lists.qt-project.

[Development] Load debug symbol from Qt library in lldb

2016-12-18 Thread Ben Lau
Hi, I am tracking a crash problem in Qt library on Mac. First of all, I build a Qt 5.7.1 library from git with : $ ./configure -confirm-license -developer-build -opensource -nomake examples -nomake tests Then build an example program via the the qmake built $ qmake CONFIG+=debug Run it via ll