I'm trying to compile QJson library for my Qt project and run it on Windows. I've downloaded zip from GitHub and follow this instructions on project website:
- created build folder
- cmake -G "MinGW Makefiles" ..
- mingw32-make
and got next error:
If I comment #include then it says locale_t type is unknown. So how to compile it?
Thanks!