From: Hendrik Leppkes Date: Sat, 29 Mar 2014 16:16:13 +0000 (+0100) Subject: Fix building with Qt5 on MSVC by undefining min/max macros X-Git-Tag: 0.11.0~44^2~1 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=f6adbb022446c5c7d5813cb13bb5e993e12ef581;hp=f6adbb022446c5c7d5813cb13bb5e993e12ef581;p=quassel.git Fix building with Qt5 on MSVC by undefining min/max macros 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. ---