Closed marts2007 closed 6 months ago
also there is no QT::SkipEmptyParts in QT <= 5.12 so in order to build it i had to replace it with QString::SkipEmptyParts
and I had to install libcld2-dev
@marts2007 Thanks for reporting and providing a workaround =)
We only support QT6 now, and implemented the changes you mentioned. libcld2-dev
has also been added to the installation instructions
There is no QT::endl in QT < 5.14 fast fix:
and replace QT::endl with ENDL