summaryrefslogtreecommitdiffstats
path: root/src/mof/mof.pri
blob: 34873dbfdac5660ef037702f9226c7e7367afed5 (plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
PUBLIC_HEADERS += \
    qtmofglobal.h \
    qtmofnamespace.h \
    qrelationship.h \
    qcomment.h \
    qtag.h \
    qliteralspecification.h \
    qopaqueexpression.h \
    qclassifier.h \
    qfactory.h \
    qliteralreal.h \
    qproperty.h \
    qnamedelement.h \
    qliteralstring.h \
    qconstraint.h \
    qtypedelement.h \
    qenumerationliteral.h \
    qelementimport.h \
    qdirectedrelationship.h \
    qexception.h \
    qassociation.h \
    qenumeration.h \
    qvaluespecification.h \
    qliteralinteger.h \
    qliteralboolean.h \
    qredefinableelement.h \
    qparameter.h \
    qgeneralization.h \
    qdatatype.h \
    qreflectivesequence.h \
    quriextent.h \
    qmofobject.h \
    qprimitivetype.h \
    qextent.h \
    qpackagemerge.h \
    qmultiplicityelement.h \
    qoperation.h \
    qexpression.h \
    qtype.h \
    qnamespace.h \
    qslot.h \
    qstructuralfeature.h \
    qreflectivecollection.h \
    qlink.h \
    qpackage.h \
    qclass.h \
    qliteralunlimitednatural.h \
    qelement.h \
    qinstancespecification.h \
    qinstancevalue.h \
    qpackageableelement.h \
    qliteralnull.h \
    qfeature.h \
    qpackageimport.h \
    qargument.h \
    qbehavioralfeature.h \
    qmofmetamodel.h

PRIVATE_HEADERS += \
    qrelationship_p.h \
    qcomment_p.h \
    qtag_p.h \
    qliteralspecification_p.h \
    qopaqueexpression_p.h \
    qclassifier_p.h \
    qfactory_p.h \
    qliteralreal_p.h \
    qproperty_p.h \
    qnamedelement_p.h \
    qliteralstring_p.h \
    qconstraint_p.h \
    qtypedelement_p.h \
    qenumerationliteral_p.h \
    qelementimport_p.h \
    qdirectedrelationship_p.h \
    qexception_p.h \
    qassociation_p.h \
    qenumeration_p.h \
    qvaluespecification_p.h \
    qliteralinteger_p.h \
    qliteralboolean_p.h \
    qredefinableelement_p.h \
    qparameter_p.h \
    qgeneralization_p.h \
    qdatatype_p.h \
    qreflectivesequence_p.h \
    quriextent_p.h \
    qmofobject_p.h \
    qprimitivetype_p.h \
    qextent_p.h \
    qpackagemerge_p.h \
    qmultiplicityelement_p.h \
    qoperation_p.h \
    qexpression_p.h \
    qtype_p.h \
    qnamespace_p.h \
    qslot_p.h \
    qstructuralfeature_p.h \
    qreflectivecollection_p.h \
    qlink_p.h \
    qpackage_p.h \
    qclass_p.h \
    qliteralunlimitednatural_p.h \
    qelement_p.h \
    qinstancespecification_p.h \
    qinstancevalue_p.h \
    qpackageableelement_p.h \
    qliteralnull_p.h \
    qfeature_p.h \
    qpackageimport_p.h \
    qargument_p.h \
    qbehavioralfeature_p.h

SOURCES += \
    qtmofnamespace.cpp \
    qrelationship.cpp \
    qcomment.cpp \
    qtag.cpp \
    qliteralspecification.cpp \
    qopaqueexpression.cpp \
    qclassifier.cpp \
    qfactory.cpp \
    qliteralreal.cpp \
    qproperty.cpp \
    qnamedelement.cpp \
    qliteralstring.cpp \
    qconstraint.cpp \
    qtypedelement.cpp \
    qenumerationliteral.cpp \
    qelementimport.cpp \
    qdirectedrelationship.cpp \
    qexception.cpp \
    qassociation.cpp \
    qenumeration.cpp \
    qvaluespecification.cpp \
    qliteralinteger.cpp \
    qliteralboolean.cpp \
    qredefinableelement.cpp \
    qparameter.cpp \
    qgeneralization.cpp \
    qdatatype.cpp \
    qreflectivesequence.cpp \
    quriextent.cpp \
    qmofobject.cpp \
    qprimitivetype.cpp \
    qextent.cpp \
    qpackagemerge.cpp \
    qmultiplicityelement.cpp \
    qoperation.cpp \
    qexpression.cpp \
    qtype.cpp \
    qnamespace.cpp \
    qslot.cpp \
    qstructuralfeature.cpp \
    qreflectivecollection.cpp \
    qlink.cpp \
    qpackage.cpp \
    qclass.cpp \
    qliteralunlimitednatural.cpp \
    qelement.cpp \
    qinstancespecification.cpp \
    qinstancevalue.cpp \
    qpackageableelement.cpp \
    qliteralnull.cpp \
    qfeature.cpp \
    qpackageimport.cpp \
    qargument.cpp \
    qbehavioralfeature.cpp \
    qmofmetamodel.cpp