Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/StandCore.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (hide annotations) (download)
Fri Feb 1 01:09:56 2013 UTC (11 years, 2 months ago) by haruneko24
File size: 10009 byte(s)


1 haruneko24 6 QT += core
2     QT += gui
3     QT += multimedia
4     QT += xml
5    
6     include(dependency.pri)
7     TEMPLATE = lib
8     DESTDIR = $${LIB_DIR}
9 haruneko24 84
10     win32-msvc* {
11 haruneko24 6 TARGET = $${LIB_PREFIX}stand$${LIB_SUFFIX}
12 haruneko24 84 }
13     else {
14     TARGET = stand
15     }
16 haruneko24 6
17 haruneko24 84
18 haruneko24 6 CONFIG += mobility
19     CONFIG += staticlib
20     MOBILITY = multimedia
21    
22     SOURCES += \
23     io/RiffFile.cpp \
24     io/RiffChunk.cpp \
25     utility/Utility.cpp \
26     math/SmootMatching.cpp \
27     math/NormalDistribution.cpp \
28     math/Matrix.cpp \
29     math/MathSet.cpp \
30     math/GmmSet.cpp \
31     math/GmmData.cpp \
32     sequence/importer/SimpleImporter.cpp \
33     sequence/VibratoHandle.cpp \
34     sequence/Track.cpp \
35     sequence/Tempo.cpp \
36     sequence/SingerEvent.cpp \
37     sequence/Sequence.cpp \
38     sequence/NoteEvent.cpp \
39     sequence/LyricHandle.cpp \
40     sequence/ControlCurve.cpp \
41     sequence/importer/VsqTextImporter.cpp \
42     sequence/Measure.cpp \
43     io/midi/MidiFile.cpp \
44     io/midi/MidiChunk.cpp \
45     io/midi/MidiEvent.cpp \
46     io/midi/MetaEvent.cpp \
47     io/midi/ExclusiveEvent.cpp \
48     sequence/importer/VsqImporter.cpp \
49     math/Pca.cpp \
50     io/utau/UtauLibrary.cpp \
51     io/utau/PrefixMap.cpp \
52     io/utau/CharacterSettings.cpp \
53     utility/MessageHandler.cpp \
54     delegate/TrackDelegate.cpp \
55     delegate/PitchDelegate.cpp \
56     delegate/NoteDelegate.cpp \
57     delegate/FileopenDelegate.cpp \
58     delegate/ComboboxDelegate.cpp \
59     utility/task/Task.cpp \
60     utility/task/Worker.cpp \
61     utility/envelope/VolumeComputer.cpp \
62     utility/envelope/F0Computer.cpp \
63     utility/envelope/Envelope.cpp \
64     utility/task/Manager.cpp \
65     gui/EditorWindow.cpp \
66     gui/EditorWidgetConstructor.cpp \
67     gui/EditorWidget.cpp \
68     gui/helper/WaveAnalysisTask.cpp \
69     gui/helper/TimeComputingTask.cpp \
70     gui/helper/EnvelopeComputingTask.cpp \
71     model/TreeItemModel.cpp \
72     model/TreeItem.cpp \
73     model/TrackItem.cpp \
74     model/SequenceModel.cpp \
75     model/PhonemeItem.cpp \
76     model/MeasureItem.cpp \
77     model/EventItem.cpp \
78     model/xml/TreeXmlFactory.cpp \
79     model/xml/SequenceXmlFactory.cpp \
80     model/importer/UtauCorpusImporter.cpp \
81     view/ViewSettings.cpp \
82     view/ViewArea.cpp \
83     view/TrackView.cpp \
84     view/TrackSelector.cpp \
85     view/TrackNameView.cpp \
86     view/SingerView.cpp \
87     view/PianoView.cpp \
88     view/MeasureView.cpp \
89     view/ControlView.cpp \
90     view/ControlSelector.cpp \
91     view/ControlArea.cpp \
92     view/AbstractPianoroll.cpp \
93     view/helper/PitchPainter.cpp \
94     delegate/command/LyricChangeCommand.cpp \
95 haruneko24 9 io/audio/AudioTrack.cpp \
96 haruneko24 12 io/audio/AudioStream.cpp \
97     io/audio/AudioChunk.cpp \
98 haruneko24 21 io/audio/AudioRenderer.cpp \
99     io/audio/WaveWriter.cpp \
100     io/audio/WaveReader.cpp \
101 haruneko24 22 io/audio/helper/AudioHelpr.cpp \
102     synthesis/Vocoder.cpp \
103 haruneko24 23 synthesis/VocoderInfo.cpp \
104 haruneko24 24 synthesis/VocoderFrame.cpp \
105     synthesis/SynthesizerNote.cpp \
106 haruneko24 25 synthesis/SynthesizerExpression.cpp \
107 haruneko24 27 synthesis/SynthesizerTrack.cpp \
108 haruneko24 28 synthesis/SynthesizerPhrase.cpp \
109 haruneko24 29 synthesis/AbstractSynthesizer.cpp \
110 haruneko24 32 synthesis/AbstractVocoderEngine.cpp \
111     synthesis/AbstractCorpus.cpp \
112 haruneko24 35 synthesis/WaveCorpus.cpp \
113 haruneko24 36 synthesis/WorldEngine.cpp \
114     math/dsp/tandem_ap.cpp \
115     math/dsp/synthesis_ap.cpp \
116     math/dsp/synthesis.cpp \
117     math/dsp/star.cpp \
118     math/dsp/platinum.cpp \
119     math/dsp/matlabfunctions.cpp \
120     math/dsp/fft.cpp \
121     math/dsp/dio.cpp \
122 haruneko24 40 math/dsp/common.cpp \
123 haruneko24 49 utility/envelope/PulseLocationComputer.cpp \
124 haruneko24 50 utility/envelope/SquareAmpliferComputer.cpp \
125 haruneko24 51 gui/EditorProperty.cpp \
126 haruneko24 52 gui/helper/WaveSynthesisTask.cpp \
127 haruneko24 55 gui/TrackPreferenceDialog.cpp \
128 haruneko24 57 gui/SynthesizerFactory.cpp \
129     echoes/AbstractStyleGenerator.cpp \
130     gui/helper/PreferenceItem.cpp \
131 haruneko24 58 echoes/SimpleStyleGenerator.cpp \
132 haruneko24 59 gui/EditorPreferenceDialog.cpp \
133     gui/SingerPreferenceItem.cpp \
134     model/SingerModel.cpp \
135     model/ControlItem.cpp \
136 haruneko24 60 model/xml/SingerXmlFactory.cpp \
137 haruneko24 61 gui/helper/PreferenceFileDelegate.cpp \
138     echoes/EchoesSegment.cpp \
139     echoes/EchoesAnalysis.cpp \
140 haruneko24 64 echoes/EchoesInfo.cpp \
141     echoes/EchoesStyleModel.cpp \
142 haruneko24 67 echoes/EchoesPhrase.cpp \
143 haruneko24 68 echoes/EchoesStyleGenerator.cpp \
144 haruneko24 74 view/helper/ControlCommand.cpp \
145     gui/StyleGeneratorFactory.cpp \
146 haruneko24 82 gui/EchoesStyleDialog.cpp \
147     view/helper/AbstractMouseAction.cpp \
148     view/helper/SelectorMouseAction.cpp \
149 haruneko24 83 view/helper/NoteMoveCommand.cpp \
150 haruneko24 85 view/helper/PencilMouseAction.cpp \
151 haruneko24 87 view/helper/NoteInsertCommand.cpp \
152     view/helper/NoteDeleteCommand.cpp \
153     view/helper/F0PencilMouseAction.cpp \
154 haruneko24 89 view/helper/EraserMouseAction.cpp \
155 haruneko24 90 echoes/dialog/PhraseView.cpp \
156     echoes/dialog/PhraseSearchDialog.cpp \
157 haruneko24 92 echoes/dialog/PhraseViewDialog.cpp \
158     echoes/EchoesQuery.cpp \
159 haruneko24 101 echoes/EchoesNote.cpp \
160     echoes/SecondOrderStyleGenerator.cpp
161 haruneko24 6
162     HEADERS += \
163     configure.h \
164     io/RiffFile.h \
165     io/RiffChunk.h \
166     utility/Utility.h \
167     math/SmootMatching.h \
168     math/NormalDistribution.h \
169     math/Matrix.h \
170     math/MathSet.h \
171     math/GmmSet.h \
172     math/GmmData.h \
173     sequence/importer/SimpleImporter.h \
174     sequence/importer/Interpreter.h \
175     sequence/importer/Importer.h \
176     sequence/VibratoHandle.h \
177     sequence/Track.h \
178     sequence/Tempo.h \
179     sequence/SingerEvent.h \
180     sequence/Sequence.h \
181     sequence/NoteEvent.h \
182     sequence/LyricHandle.h \
183     sequence/ControlCurve.h \
184     sequence/AbstractHandle.h \
185     sequence/AbstractEvent.h \
186     sequence/importer/Exporter.h \
187     sequence/importer/VsqTextImporter.h \
188     sequence/Measure.h \
189     io/midi/MidiFile.h \
190     io/midi/MidiChunk.h \
191     io/midi/MidiEvent.h \
192     io/midi/MetaEvent.h \
193     io/midi/ExclusiveEvent.h \
194     sequence/importer/VsqImporter.h \
195     math/Pca.h \
196     io/utau/UtauPhoneme.h \
197     io/utau/UtauLibrary.h \
198     io/utau/PrefixMap.h \
199     io/utau/CharacterSettings.h \
200     utility/MessageHandler.h \
201     delegate/TrackDelegate.h \
202     delegate/PitchDelegate.h \
203     delegate/NoteDelegate.h \
204     delegate/FileopenDelegate.h \
205     delegate/ComboboxDelegate.h \
206     utility/task/Task.h \
207     utility/task/Worker.h \
208     utility/envelope/VolumeComputer.h \
209     utility/envelope/F0Computer.h \
210     utility/envelope/EnvelopeComputer.h \
211     utility/envelope/Envelope.h \
212     utility/task/Manager.h \
213     gui/EditorWindow.h \
214     gui/EditorWidget.h \
215     gui/helper/WaveAnalysisTask.h \
216     gui/helper/EnvelopeComputingTask.h \
217     gui/helper/TimeComputingTask.h \
218     model/xml/TreeXmlFactory.h \
219     model/xml/SequenceXmlFactory.h \
220     view/ViewSettings.h \
221     view/ViewArea.h \
222     view/TrackView.h \
223     view/TrackSelector.h \
224     view/TrackNameView.h \
225     view/SingerView.h \
226     view/PianoView.h \
227     view/MeasureView.h \
228     view/ControlView.h \
229     view/ControlSelector.h \
230     view/ControlArea.h \
231     view/AbstractPianoroll.h \
232     view/helper/PitchPainter.h \
233     model/TreeItemModel.h \
234     model/TreeItem.h \
235     model/TrackItem.h \
236     model/SequenceModel.h \
237     model/PhonemeItem.h \
238     model/MeasureItem.h \
239     model/EventItem.h \
240     utility/ControlPoint.h \
241     delegate/command/LyricChangeCommand.h \
242 haruneko24 9 io/audio/AudioTrack.h \
243 haruneko24 12 io/audio/AudioStream.h \
244     io/audio/AudioChunk.h \
245 haruneko24 21 io/audio/AudioRenderer.h \
246     io/audio/ChunkReader.h \
247     io/audio/ChunkWriter.h \
248     io/audio/WaveWriter.h \
249     io/audio/WaveReader.h \
250 haruneko24 22 io/audio/helper/AudioHelper.h \
251     synthesis/Vocoder.h \
252     synthesis/VocoderInfo.h \
253 haruneko24 24 synthesis/VocoderFrame.h \
254     synthesis/SynthesizerNote.h \
255 haruneko24 25 synthesis/SynthesizerExpression.h \
256 haruneko24 27 synthesis/SynthesizerTrack.h \
257 haruneko24 28 synthesis/SynthesizerPhrase.h \
258 haruneko24 29 synthesis/AbstractSynthesizer.h \
259 haruneko24 30 synthesis/AbstractVocoderEngine.h \
260     model/importer/UtauCorpusImporter.h \
261 haruneko24 32 model/importer/ModelImporter.h \
262     synthesis/AbstractCorpus.h \
263 haruneko24 35 synthesis/WaveCorpus.h \
264 haruneko24 36 synthesis/WorldEngine.h \
265     math/dsp/tandem_ap.h \
266     math/dsp/synthesis_ap.h \
267     math/dsp/synthesis.h \
268     math/dsp/star.h \
269     math/dsp/platinum.h \
270     math/dsp/matlabfunctions.h \
271     math/dsp/fft.h \
272     math/dsp/dio.h \
273     math/dsp/constant_numbers.h \
274 haruneko24 40 math/dsp/common.h \
275 haruneko24 49 utility/envelope/PulseLocationComputer.h \
276 haruneko24 50 utility/envelope/SquareAmpliferComputer.h \
277 haruneko24 51 gui/EditorProperty.h \
278 haruneko24 52 gui/helper/WaveSynthesisTask.h \
279 haruneko24 55 gui/TrackPreferenceDialog.h \
280 haruneko24 57 gui/SynthesizerFactory.h \
281     echoes/AbstractStyleGenerator.h \
282     gui/helper/PreferenceItem.h \
283 haruneko24 58 echoes/SimpleStyleGenerator.h \
284 haruneko24 59 gui/EditorPreferenceDialog.h \
285     gui/SingerPreferenceItem.h \
286     model/SingerModel.h \
287     model/ControlItem.h \
288 haruneko24 60 model/xml/SingerXmlFactory.h \
289 haruneko24 61 gui/helper/PreferenceFileDelegate.h \
290     echoes/EchoesSegment.h \
291     echoes/EchoesAnalysis.h \
292 haruneko24 64 echoes/EchoesInfo.h \
293     echoes/EchoesStyleModel.h \
294 haruneko24 67 echoes/EchoesPhrase.h \
295 haruneko24 68 echoes/EchoesStyleGenerator.h \
296 haruneko24 74 view/helper/ControlCommand.h \
297     gui/StyleGeneratorFactory.h \
298 haruneko24 82 gui/EchoesStyleDialog.h \
299     view/helper/AbstractMouseAction.h \
300     view/helper/SelectorMouseAction.h \
301 haruneko24 83 view/helper/NoteMoveCommand.h \
302 haruneko24 85 view/helper/PencilMouseAction.h \
303 haruneko24 87 view/helper/NoteInsertCommand.h \
304     view/helper/NoteDeleteCommand.h \
305     view/helper/F0PencilMouseAction.h \
306 haruneko24 89 view/helper/EraserMouseAction.h \
307 haruneko24 90 echoes/dialog/PhraseView.h \
308     echoes/dialog/PhraseSearchDialog.h \
309 haruneko24 92 echoes/dialog/PhraseViewDialog.h \
310 haruneko24 93 echoes/EchoesNote.h \
311 haruneko24 101 echoes/EchoesQuery.h \
312     echoes/SecondOrderStyleGenerator.h
313 haruneko24 6
314     FORMS += \
315 haruneko24 52 gui/EditorWindow.ui \
316 haruneko24 58 gui/TrackPreferenceDialog.ui \
317 haruneko24 74 gui/EditorPreferenceDialog.ui \
318 haruneko24 90 gui/EchoesStyleDialog.ui \
319     echoes/dialog/PhraseSearchDialog.ui
320 haruneko24 6
321     RESOURCES += \
322     gui/EditorWindow.qrc \
323     gui/EditorWindow.qrc

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26