﻿<?xml version="1.0" encoding="utf-8"?>
<!--
/***************************************************************************************************
 Copyright (C) 2023 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>
