Fix building with Qt5 on MSVC by undefining min/max macros
authorHendrik Leppkes <h.leppkes@gmail.com>
Sat, 29 Mar 2014 16:16:13 +0000 (17:16 +0100)
committerHendrik Leppkes <h.leppkes@gmail.com>
Sat, 29 Mar 2014 16:16:13 +0000 (17:16 +0100)
The Windows stdlib.h header defines min/max macros, which interfer with
the Qt5 header files. Luckily, it also provides the define NOMINMAX which
suppresses these macros, and fix building.


No differences found