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:alervd...@gmail.com] Sent: Tuesday, January 24, 2017 10:15 AM To: Maurice Kalinowski <maurice.kalinow...@qt.io>; interest@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
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest