From Qt UI app to Windows 10 Store app
问题 I have a Qt (5.6) UI application, and I convert it to Visual Studio project using qmake -tp vc MyProject.pro CONFIG+=windeployqt When I open the vcxproj in Visual Studio, I build successfully and can debug the app, but I don't have the option to upload the app to the Windows Store (Project->Store->Create/upload App Packages), because the Project menu doesn't contain Store submenu. How can I upload my app to the Windows Store? 回答1: You should have at least Visual Studio 2015 installed (with