[Interest] Can't run Qt application under UWP kit

Alexander Dyagilev alervdvcw at gmail.com
Tue Jan 24 10:15:19 CET 2017


I found the reason - it's

DESTDIR = ../bin

in my pro files.

Using DESTDIR breaks UWP configuration.

Is it a bug? What can be done here as I would like to use DESTDIR?


On 1/24/2017 11:54 AM, Maurice Kalinowski wrote:
>
> > > Does it work for example applications? Trying that would at show 
> whether it’s the tools or something in your project.
>
> > Yes. Gallery example runs fine.
>
> Good to know.
>
> > > Did you also rebuild all your DLLs for UWP and are all your DLLs 
> UWP compatible?
>
> > Yes, of course. All these my DLLs are Qt-based DLLs and thus should 
> be UWP compatible. Am I right?
>
> Well, you still need to also recompile all your DLLs against the UWP 
> build of Qt. Note that there are dependencies being forwarded on 
> Windows, meaning that ie. once you link against a WinRT-build QtCore, 
> you will have different dependencies in your DLL as well.
>
> Maurice
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170124/9e9798b1/attachment.html>


More information about the Interest mailing list