Andrei Yankovich

Results 108 comments of Andrei Yankovich

color pick now work is corectly on ubuntu 19.10 (snap-store). Thanks

i recomendet use gmp wraper for C++ https://github.com/QuasarApp/QtBigInt

I think the problem is not only this. I just tried building backward.hpp and got a few errors. Used the MinGW 810 from Qt compiler. ```cpp backward-cpp/backward.hpp:316: warning: "NOMINMAX" redefined...

This change is important.

Hm, show me please your tree of a distributionkit folder. and show a depends list of the libqxcb.so of your project. ``` tree DistributionKit ``` ``` ldd DistributionKit/plugins/platforms/libqxcb.so ``` I...

Looks as you compile your qt with system founts. I have a 2 solution for fix this issue ## Solution 1 Recompile your qt with the **-qt-freetype**. See [qt docs](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries)...

>> Note that Qt no longer ships fonts. Deploy some (from http://dejavu-fonts.org for example) or switch to fontconfig. About this. Qt not ships fonts in framework distribution, so CQtDeployer does...

> @EndrII Thank you a lot,the solution 2 works! But there is another problem. When I start app after deployment,I got an error: `qt.qpa.plugin: Could not load the Qt platform...