Yes, this is (I think) because Bo is using the manifest provided by qt QtCore4.dll.manifest or something. The manifest generated by the /MANIFEST option does not produce a usable manifest as it does not contain information about the MSVC lib (version, location, etc...).
I manually (tweak the LINKCMD) add the QtGui4.dll.manifest to lyx.exe using mt.exe. Bo