I just checked out the master on a newly set-up windows machine using
VS2012 Service pack 4 and
QT4 from our Toolkits directory.
The superbuild does _not compile_, due to an unknown QStringList object in the berryReflection.cpp (l.66).
including
#include <QStringList> in this file solves the bug.
Andi Fetzer says its pretty weird and wonders why this bug doesn't occure on other machines.