Qt 5.7 for WinRT and dynamic libraries
Solved
General and Desktop
-
I've tried to build the HelloWorld example using Qt for WinRT and it worked good, but if I want to add a custom libary then the app gets crashed on start saying:
qt.winrtrunner: Using the Appx profile. qt.winrtrunner: Failed to activate application: 0x8027025b "The app didn't start."
I can build it without errors but the app never starts (DLL file is located in the same dir as EXE). The same project works good using usual Qt for Win. So, the question is who knows how to deploy custom dlls properly under WinRT?
Thanks in advance.