Qt 5.7 and Universal Windows Platform (UWP)
Unsolved
General and Desktop
-
Hi,
Isn't the Qt WinRT package what you are looking for ?
-
The goal of Qt is to re-use the same code base across different platform so basically you write your application once and re-built it for each platform you want to support. You just have to keep your native code cleanly separated if you have any, otherwise just rebuild your project.