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


_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to