blob: 82993b748f402b3518a994fe68ff8f067215a25d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
๏ปฟ<?xml version="1.0" encoding="utf-8"?>
<!--
/***************************************************************************************************
Copyright (C) 2024 The Qt Company Ltd.
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
***************************************************************************************************/
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////////////////
// Add property page for Qt settings
// -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(QtVsProjectSettings)' == 'true'">
<PropertyPageSchema
Include="$(MSBuildThisFileDirectory)qt_settings.xml">
<Context>Project;PropertySheet</Context>
</PropertyPageSchema>
</ItemGroup>
</Project>
|