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

Maurice Kalinowski Maurice.Kalinowski at qt.io
Tue Jan 24 10:22:04 CET 2017


How does it break? What is broken?

Could you please create an item on bugreport, so that we can properly handle this.

BR,
Maurice


From: Alexander Dyagilev [mailto:alervdvcw at gmail.com]
Sent: Tuesday, January 24, 2017 10:15 AM
To: Maurice Kalinowski <Maurice.Kalinowski at qt.io>; interest at qt-project.org
Subject: Re: [Interest] Can't run Qt application under UWP kit


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/876def10/attachment.html>


More information about the Interest mailing list