From 4bbbe06bef637e97f67db8b0b31bffb9cdd849d3 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 12 Feb 2013 00:25:23 +0100 Subject: qmake: added file deployment support for winrt and winphone targets The user needs to specify the DEPLOYMENT variable. The syntax is the same as previously used for DEPLOYMENT. For more info please refer to the qmake documentation. The change adds a new itemgroup, "Deployment Files". All files in this itemgroup are marked as DeploymentContent and are then packaged with the application either as XAP or the WinRT specific file format. Change-Id: Icf85887287c1c97eb782704340eaa3f8dde6719e Reviewed-by: Joerg Bornemann --- qmake/generators/win32/msvc_vcproj.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qmake/generators/win32/msvc_vcproj.h') diff --git a/qmake/generators/win32/msvc_vcproj.h b/qmake/generators/win32/msvc_vcproj.h index 62a2da9629..561e56d232 100644 --- a/qmake/generators/win32/msvc_vcproj.h +++ b/qmake/generators/win32/msvc_vcproj.h @@ -117,6 +117,7 @@ protected: void initTranslationFiles(); void initFormFiles(); void initResourceFiles(); + void initDeploymentFiles(); void initLexYaccFiles(); void initExtraCompilerOutputs(); -- cgit v1.2.3