Comment 8 for bug 1627826

Revision history for this message
Sébastien BLAISOT (sblaisot) wrote :

adding this piece of code before

#ifndef Q_COMPILER_INITIALIZER_LISTS
#error Q_COMPILER_INITIALIZER_LISTS is undefined!
#endif

results in

src\track\keyutils.cpp(93) : fatal error C1189: #error : Q_COMPILER_INITIALIZER_LISTS is undefined!

so you got it, Q_COMPILER_INITIALIZER_LISTS is undefined with QT4 on windows with VS2013 by default. We have to use another way of coding that or remove support for VS2013 or QT4.