Hi,
Trying to build pure Qt5 version of trojita led me to some very weird
crashes from within libQtCore.so.4. (maybe Qt4 and Qt5 cannot coexist
within one elf?)
Here's a patch for CMake that remove any linking to Qt4 libraries when
WITH_QT5 option is passed to CMake.
BR,
Bartekcommit cda1
On Thursday, October 17, 2013 02:42:51 PM Jan Kundrát wrote:
> On Thursday, 17 October 2013 12:29:48 CEST, Bartek Taczala wrote:
> > Hi, Trying to build pure Qt5 version of trojita led me to some
> > very weird crashes from within libQtCore.so.4. (maybe Qt4 and
> > Qt5 cann