aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtmsbuild/moc/qtmoc_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtmsbuild/moc/qtmoc_settings.xml')
-rw-r--r--src/qtmsbuild/moc/qtmoc_settings.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/qtmsbuild/moc/qtmoc_settings.xml b/src/qtmsbuild/moc/qtmoc_settings.xml
new file mode 100644
index 00000000..504a7506
--- /dev/null
+++ b/src/qtmsbuild/moc/qtmoc_settings.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/****************************************************************************
+**
+** Copyright (C) 2019 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the Qt VS Tools.
+**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 as published by the Free Software
+** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+-->
+<ProjectSchemaDefinitions
+ xmlns="http://schemas.microsoft.com/build/2009/properties"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:sys="clr-namespace:System;assembly=mscorlib">
+ <Rule
+ Name="QtRule30_Moc"
+ OverrideMode="Extend"
+ PageTemplate="tool"
+ DisplayName="Qt Meta-Object Compiler"
+ Order="9">
+ <Rule.DataSource>
+ <DataSource
+ Persistence="ProjectFile"
+ ItemType="QtMoc" />
+ </Rule.DataSource>
+ <StringProperty
+ Name="QTDIR"
+ DisplayName="Qt Directory"
+ Description="Path to installation of Qt."
+ Visible="false"/>
+ <StringProperty
+ Name="InputFile"
+ DisplayName="Input File"
+ Visible="false"/>
+ <StringProperty
+ Name="OutputFile"
+ DisplayName="Output File"
+ Visible="false"/>
+ <StringProperty
+ Name="QtMocDir"
+ DisplayName="Output Directory"
+ Description="Specifies the path of the generated moc output directory."/>
+ <StringProperty
+ Name="QtMocFileName"
+ DisplayName="Output File Name"
+ Description="Specifies the name of the generated moc output file."/>
+ </Rule>
+</ProjectSchemaDefinitions>