I solved this problem by setting:
qmake -tp vc TestQuickForWinPhone8.pro
and opened the project via VS 14. The packed it. One thing that I cannot solve is that in command prompt, when I tapped those commands, the system echos that uuidgen is not a valid program, means I do not have uuidgen. How you solve this problem, does uuidgen in your computer? without uuid, the VS project is not correctly generated due to productID error. Finally I solve it by using guidgen to generate a guid and write it into WMManifest.xml.
How you solve "uuidgen" problem?
I noticed that we can use Qt for Windows Phone project. How about using Qt for X-Box project? I am curious about that.