Qt Creator 4.9.1
Solved
Mobile and Embedded
-
Hi,
Do you have either Visual Studio 2015 or 2017 installed ? With the C++ tools ?
-
I don't know anything about this, but could it be that Windows phones are no longer supported?
There is no mention of them in https://doc.qt.io/qt-5/supported-platforms.html -
@king558 The more important issue is the first warning: "No compiler set in kit."
In Qt Creator, open Tools > Options... > Kits and highlight your UWP kit. Look for the menu that shows "<No compiler>" and select the appropriate ARM compiler.
After that, try to compile your application and see what happens.
-