From f125822ee622dd9bf3cff867a6e023702aa4448d Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Fri, 24 Jan 2014 07:47:51 +0100 Subject: WinRT: Provide qmake feature for generating a package manifest This feature (package_manifest) generates a basic application manifest from a template provided by the mkspec or the developer. It is meant to deliver an out-of-the-box build experience without attempting to exhaustively cover all manifest options. It is meant to be a starting point which allows the developer to customize the manifest further. It also becomes the default package manifest generator for Windows Phone, replacing autogen_wmappmanifest. Common variables, such as the target executable, are populated by qmake in the newly created manifest. Default icons are also created if needed, as the build will fail without them. The input manifest can be set by assigning a file name to WINRT_MANIFEST. Additional options are documented in the .prf file. If an existing (non-generated) manifest is already in the directory, it will not be overwritten. Task-number: QTBUG-35328 Change-Id: I57576a17ff9d2b564c0828f815949cb26d276bfd Reviewed-by: Oliver Wolff --- mkspecs/winrt-x64-msvc2013/qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'mkspecs/winrt-x64-msvc2013') diff --git a/mkspecs/winrt-x64-msvc2013/qmake.conf b/mkspecs/winrt-x64-msvc2013/qmake.conf index e7d2432cc4..2c01450ed4 100644 --- a/mkspecs/winrt-x64-msvc2013/qmake.conf +++ b/mkspecs/winrt-x64-msvc2013/qmake.conf @@ -18,3 +18,4 @@ VCPROJ_ARCH = x64 MSVC_VER = 12.0 WINSDK_VER = 8.1 WINTARGET_VER = winv6.3 +WINRT_MANIFEST = $$PWD/../common/winrt_winphone/manifests/8.1/AppxManifest.xml.in -- cgit v1.2.3