Wpis z mikrobloga

@ertyso5: masz za nowe c++ gcc
Won't build on GCC 6.1.1
/usr/include/c++/6.1.1/cstdlib:75:25: fatal error:No file or directory.

zainstaluj starsza wersje

https://github.com/QNapi/qnapi/issues/68

This problem is rather caused by gcc6 which provides its own stdlib.h wrapper. Apparently qmake is not aware of that.

For quick fix, just compile with:
qmake QMAKEDEFAULTINCDIRS="" && make