|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- |
| 3 | +/*************************************************************************************************** |
| 4 | + Copyright (C) 2024 The Qt Company Ltd. |
| 5 | + SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 |
| 6 | +***************************************************************************************************/ |
| 7 | +--> |
| 8 | + |
| 9 | +<!-- |
| 10 | +/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 11 | +// Deployment of Qt dependencies |
| 12 | +// --> |
| 13 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 14 | + |
| 15 | + <!-- |
| 16 | + ///////////////////////////////////////////////////////////////////////////////////////////////// |
| 17 | + // Default property values |
| 18 | + // --> |
| 19 | + <PropertyGroup> |
| 20 | + <QtDeploy Condition="'$(QtDeploy)' == ''">false</QtDeploy> |
| 21 | + <QtDeployEnv Condition="'$(QtDeployEnv)' == ''">VCINSTALLDIR=$(VCInstallDir)</QtDeployEnv> |
| 22 | + <QtDeployAddToolsDirToPath Condition="'$(QtDeployAddToolsDirToPath)' == ''" |
| 23 | + >true</QtDeployAddToolsDirToPath> |
| 24 | + <QtDeployFiles Condition="'$(QtDeployFiles)' == ''" |
| 25 | + >$(TargetPath)</QtDeployFiles> |
| 26 | + <QtDeployDir Condition="'$(QtDeployDir)' == '' AND '$(QtDeployToProjectDir)' == 'true'" |
| 27 | + >$(ProjectDir)</QtDeployDir> |
| 28 | + <QtDeployDir Condition="'$(QtDeployDir)' == '' AND '$(QtDeployToProjectDir)' != 'true'" |
| 29 | + >@(Qt->'%(OutDir)')</QtDeployDir> |
| 30 | + <QtDeployQmlDir Condition="'$(QtDeployQmlDir)' == ''" |
| 31 | + >$(ProjectDir)</QtDeployQmlDir> |
| 32 | + <QtDeployDebugRelease Condition="'$(QtDeployDebugRelease)' == ''" |
| 33 | + >false</QtDeployDebugRelease> |
| 34 | + <QtDeployPdb Condition="'$(QtDeployPdb)' == ''" |
| 35 | + >false</QtDeployPdb> |
| 36 | + <QtDeployForce Condition="'$(QtDeployForce)' == ''" |
| 37 | + >false</QtDeployForce> |
| 38 | + <QtDeployNoPatchQt Condition="'$(QtDeployNoPatchQt)' == ''" |
| 39 | + >false</QtDeployNoPatchQt> |
| 40 | + <QtDeployNoPlugins Condition="'$(QtDeployNoPlugins)' == ''" |
| 41 | + >false</QtDeployNoPlugins> |
| 42 | + <QtDeployNoLibraries Condition="'$(QtDeployNoLibraries)' == ''" |
| 43 | + >false</QtDeployNoLibraries> |
| 44 | + <QtDeployNoQuickImport Condition="'$(QtDeployNoQuickImport)' == ''" |
| 45 | + >false</QtDeployNoQuickImport> |
| 46 | + <QtDeployNoTranslations Condition="'$(QtDeployNoTranslations)' == ''" |
| 47 | + >false</QtDeployNoTranslations> |
| 48 | + <QtDeployNoSystemD3dCompiler Condition="'$(QtDeployNoSystemD3dCompiler)' == ''" |
| 49 | + >false</QtDeployNoSystemD3dCompiler> |
| 50 | + <QtDeployNoVirtualKeyboard Condition="'$(QtDeployNoVirtualKeyboard)' == ''" |
| 51 | + >false</QtDeployNoVirtualKeyboard> |
| 52 | + <QtDeployCompilerRuntime Condition="'$(QtDeployCompilerRuntime)' == ''" |
| 53 | + >false</QtDeployCompilerRuntime> |
| 54 | + <QtDeployWebkit2 Condition="'$(QtDeployWebkit2)' == ''" |
| 55 | + >false</QtDeployWebkit2> |
| 56 | + <QtDeployAngle Condition="'$(QtDeployAngle)' == ''" |
| 57 | + >false</QtDeployAngle> |
| 58 | + <QtDeployNoOpenglSw Condition="'$(QtDeployNoOpenglSw)' == ''" |
| 59 | + >false</QtDeployNoOpenglSw> |
| 60 | + <QtDeployVerbose Condition="'$(QtDeployVerbose)' == ''" |
| 61 | + >false</QtDeployVerbose> |
| 62 | + <QtDeployVsContent Condition="'$(QtDeployVsContent)' == ''" |
| 63 | + >false</QtDeployVsContent> |
| 64 | + <QtDeployCopyFiles Condition="'$(QtDeployCopyFiles)' == ''" |
| 65 | + >false</QtDeployCopyFiles> |
| 66 | + </PropertyGroup> |
| 67 | +</Project> |
0 commit comments