A gitian win32 build against master fails. It appears to have to do with Qt, so I think it is a regression from #3346.
From build.log:
checking if QT should be enabled... no (Qt4)
configure: WARNING: zlib not found; bitcoin-qt frontend will not be built
....
make -C ./src/qt bitcoin-qt.exe
make[1]: Entering directory `/home/ubuntu/build/bitcoin/distsrc/src/qt'
CXX bitcoin_qt-bitcoin.o
In file included from paymentserver.h:34:0,
from bitcoin.cpp:18:
paymentrequestplus.h:8:31: fatal error: paymentrequest.pb.h: No such file or directory
compilation terminated.
make[1]: make[1]: Leaving directory `/home/ubuntu/build/bitcoin/distsrc/src/qt'
*** [bitcoin_qt-bitcoin.o] Error 1