qt5base-lts/mkspecs/common/winrt_winphone
Janne Anttila e07684294d Fix WinRT manifest for Visual Studio.
Visual Studio does not like empty dependencies block in manifest XML.
At least my Visual Studio 2013 fails to open visual manifest editor for
XML containing the following block:

    <Dependencies>
    </Dependencies>

If the block is removed or if the block has one or more PackageDependency
entries the editor accepts it.

Moved the <Dependencies> block to prf, so that it is only written when
project really has dependencies. Also <Capabilities> block is moved to prf
for consistency. On Windows Phone, where the <Capabilities> block is
required, it is kept in the output even if it is empty.

Change-Id: I531180d0081e4612f75be54f3813831857f1ed43
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-03-20 08:35:24 +01:00
..
assets WinRT: Provide qmake feature for generating a package manifest 2014-01-24 08:19:00 +01:00
manifests Fix WinRT manifest for Visual Studio. 2014-03-20 08:35:24 +01:00
qmake.conf WinRT: Provide qmake feature for generating a package manifest 2014-01-24 08:19:00 +01:00
qplatformdefs.h WinRT: Introduced qfunctions_winrt 2013-09-26 17:26:58 +02:00