-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqt.xml
53 lines (43 loc) · 1.58 KB
/
qt.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<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="QtUicOptions" PageTemplate="generic"
DisplayName="Qt UIC"
Order="300">
<Rule.Categories>
<Category Name="General" DisplayName="General" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="QtUic" />
</Rule.DataSource>
<StringProperty Subtype="file"
Name="GeneratedFile"
DisplayName="Generated file"
Description="The file generated by the Qt UIC compiler"
Category="General"
Switch="">
</StringProperty>
</Rule>
<Rule Name="QtMocOptions" PageTemplate="generic"
DisplayName="Qt MOC"
Order="300">
<Rule.Categories>
<Category Name="General" DisplayName="General" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="QtMoc" />
</Rule.DataSource>
<StringProperty Subtype="file"
Name="GeneratedFile"
DisplayName="Generated file"
Description="The file generated by the Qt UIC compiler"
Category="General"
Switch="">
</StringProperty>
</Rule>
<ItemType
Name="QtUic"
DisplayName="Qt UIC" />
<ItemType
Name="QtMoc"
DisplayName="Qt MOC" />
</ProjectSchemaDefinitions>