This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrainiacCommonSources.pri
188 lines (183 loc) · 6.64 KB
/
BrainiacCommonSources.pri
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
HEADERS += gui/mainwindow.h \
core/scene.h \
core/agent/brain/fuzzybase.h \
core/generator/generator.h \
core/generator/pointgenerator.h \
gui/mainwindowlayout.h \
gui/editorlabel.h \
gui/editorgraphicsview.h \
gui/sceneeditor/sceneeditor.h \
core/group/group.h \
core/agent/agentmanager.h \
gui/sceneeditor/sceneeditoritem.h \
gui/sceneeditor/groupeditor.h \
core/brainiacglobals.h \
gui/itemeditorwidgetsbase.h \
core/agent/agent.h \
core/agent/body/body.h \
core/brainiaccolor.h \
core/agent/channel.h \
gui/editorbase.h \
gui/editoritem.h \
gui/braineditor/braineditor.h \
core/agent/brain/output.h \
core/agent/brain/brain.h \
gui/braineditor/outputeditor.h \
gui/brainiacsliderframe.h \
gui/brainiacslider.h \
gui/braineditor/braineditoritem.h \
core/simulation.h \
core/agent/brain/input.h \
gui/braineditor/inputeditor.h \
core/agent/brain/noise.h \
gui/editoritemconnector.h \
core/agent/brain/fuzzyand.h \
core/agent/brain/fuzzyor.h \
core/agent/brain/fuzzyfuzz.h \
core/agent/brain/fuzzydefuzz.h \
gui/braineditor/fuzzyeditor.h \
gui/braineditor/defuzzeditor.h \
core/agent/brain/timer.h \
core/idgenerator.h \
gui/braineditor/noiseeditor.h \
gui/braineditor/fuzzyeditorcurveeditor.h \
gui/braineditor/fuzzyeditorcurvepoint.h \
core/generator/locator.h \
gui/bodyeditor/bodyeditor.h \
gui/bodyeditor/bodyeditoritem.h \
gui/bodyeditor/segmenteditor.h \
core/agent/body/animation/animation.h \
core/agent/body/animation/animationcurve.h \
core/agent/body/animation/animationplayer.h \
gui/Animation/actioneditor.h \
core/agent/body/animation/modifiableanimation.h \
gui/Animation/loopeditorscene.h \
gui/Animation/editorlineitem.h \
cml/cml.h \
core/agent/body/animation/latchcurve.h \
gui/braineditor/andeditor.h \
gui/osgmultithreadedqtwidget.h \
gui/bodyeditor/bodydisplay.h \
core/agent/body/bodymanager.h \
core/agent/body/segment.h \
core/agent/body/segmentshape.h \
core/agent/body/bodysegment.h \
core/agent/body/bodysegmentsignalhandler.h \
gui/scenedisplay.h \
gui/Animation/actiondisplay.h \
core/agent/body/animation/motiontreemanager.h \
core/brainiacerror.h \
gui/coordcrossdrawable.h \
core/agent/body/segmentbox.h \
core/agent/body/segmenttube.h \
core/agent/body/animation/motiontree.h \
gui/Animation/motiontreeeditor.h \
gui/Animation/motiontreeeditoritem.h \
core/agent/body/animation/motiontreeaction.h \
core/agent/body/animation/motiontreetransition.h \
core/agent/body/animation/motiontreeanimationplayer.h \
gui/Animation/motiontreeeditorgui.h \
gui/Animation/motiontreeeditoritemconnector.h \
core/brainiaclogger.h \
gui/brainiacdisplaykeymouseeater.h \
core/simulationsettings.h \
core/agent/body/animation/bvhmanager.h \
core/agent/body/segmentsphere.h \
gui/brainiaccameramanipulator.h \
core/agent/brain/fuzzychannel.h \
core/agent/brain/brainmanager.h \
core/agent/brain/fuzzyproperties.h \
gui/Animation/latchcurveeditoritem.h \
gui/sceneproxygenerator.h \
core/agent/body/bodysegmenttransformationvisitor.h
SOURCES += gui/mainwindow.cpp \
core/scene.cpp \
core/agent/brain/fuzzybase.cpp \
core/generator/generator.cpp \
core/generator/pointgenerator.cpp \
gui/mainwindowlayout.cpp \
gui/editorlabel.cpp \
gui/editorgraphicsview.cpp \
gui/sceneeditor/sceneeditor.cpp \
core/group/group.cpp \
core/agent/agentmanager.cpp \
gui/sceneeditor/sceneeditoritem.cpp \
gui/sceneeditor/groupeditor.cpp \
core/brainiacglobals.cpp \
gui/itemeditorwidgetsbase.cpp \
core/agent/agent.cpp \
core/agent/body/body.cpp \
core/brainiaccolor.cpp \
core/agent/channel.cpp \
gui/editorbase.cpp \
gui/editoritem.cpp \
gui/braineditor/braineditor.cpp \
core/agent/brain/output.cpp \
core/agent/brain/brain.cpp \
gui/braineditor/outputeditor.cpp \
gui/brainiacsliderframe.cpp \
gui/brainiacslider.cpp \
gui/braineditor/braineditoritem.cpp \
core/simulation.cpp \
core/agent/brain/input.cpp \
gui/braineditor/inputeditor.cpp \
core/agent/brain/noise.cpp \
gui/editoritemconnector.cpp \
core/agent/brain/fuzzyand.cpp \
core/agent/brain/fuzzyor.cpp \
core/agent/brain/fuzzyfuzz.cpp \
core/agent/brain/fuzzydefuzz.cpp \
gui/braineditor/fuzzyeditor.cpp \
gui/braineditor/defuzzeditor.cpp \
core/agent/brain/timer.cpp \
core/idgenerator.cpp \
gui/braineditor/noiseeditor.cpp \
gui/braineditor/fuzzyeditorcurveeditor.cpp \
gui/braineditor/fuzzyeditorcurvepoint.cpp \
core/generator/locator.cpp \
gui/bodyeditor/bodyeditor.cpp \
gui/bodyeditor/bodyeditoritem.cpp \
gui/bodyeditor/segmenteditor.cpp \
core/agent/body/animation/animation.cpp \
core/agent/body/animation/animationcurve.cpp \
core/agent/body/animation/animationplayer.cpp \
gui/Animation/actioneditor.cpp \
core/agent/body/animation/modifiableanimation.cpp \
gui/Animation/loopeditorscene.cpp \
gui/Animation/editorlineitem.cpp \
core/agent/body/animation/latchcurve.cpp \
gui/braineditor/andeditor.cpp \
gui/osgmultithreadedqtwidget.cpp \
gui/bodyeditor/bodydisplay.cpp \
core/agent/body/bodymanager.cpp \
core/agent/body/segment.cpp \
core/agent/body/segmentshape.cpp \
core/agent/body/bodysegment.cpp \
core/agent/body/bodysegmentsignalhandler.cpp \
gui/scenedisplay.cpp \
gui/Animation/actiondisplay.cpp \
core/agent/body/animation/motiontreemanager.cpp \
core/brainiacerror.cpp \
gui/coordcrossdrawable.cpp \
core/agent/body/segmentbox.cpp \
core/agent/body/segmenttube.cpp \
core/agent/body/animation/motiontree.cpp \
gui/Animation/motiontreeeditor.cpp \
gui/Animation/motiontreeeditoritem.cpp \
core/agent/body/animation/motiontreeaction.cpp \
core/agent/body/animation/motiontreetransition.cpp \
core/agent/body/animation/motiontreeanimationplayer.cpp \
gui/Animation/motiontreeeditorgui.cpp \
gui/Animation/motiontreeeditoritemconnector.cpp \
core/brainiaclogger.cpp \
gui/brainiacdisplaykeymouseeater.cpp \
core/simulationsettings.cpp \
core/agent/body/animation/bvhmanager.cpp \
core/agent/body/segmentsphere.cpp \
gui/brainiaccameramanipulator.cpp \
core/agent/brain/fuzzychannel.cpp \
core/agent/brain/brainmanager.cpp \
core/agent/brain/fuzzyproperties.cpp \
gui/Animation/latchcurveeditoritem.cpp \
gui/sceneproxygenerator.cpp \
core/agent/body/bodysegmenttransformationvisitor.cpp