Mercurial > hg > svcore
comparison plugin/plugin.pro @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | |
children | 3c1d5ef43baa |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
1 TEMPLATE = lib | |
2 | |
3 SV_UNIT_PACKAGES = lrdf raptor | |
4 load(../sv.prf) | |
5 | |
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | |
7 QT += xml | |
8 | |
9 TARGET = svplugin | |
10 | |
11 DEPENDPATH += . .. api plugins api/alsa api/alsa/sound | |
12 INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound | |
13 OBJECTS_DIR = tmp_obj | |
14 MOC_DIR = tmp_moc | |
15 | |
16 # Input | |
17 HEADERS += DSSIPluginFactory.h \ | |
18 DSSIPluginInstance.h \ | |
19 FeatureExtractionPluginFactory.h \ | |
20 LADSPAPluginFactory.h \ | |
21 LADSPAPluginInstance.h \ | |
22 PluginIdentifier.h \ | |
23 PluginXml.h \ | |
24 RealTimePluginFactory.h \ | |
25 RealTimePluginInstance.h \ | |
26 api/dssi.h \ | |
27 api/ladspa.h \ | |
28 plugins/SamplePlayer.h \ | |
29 api/alsa/asoundef.h \ | |
30 api/alsa/asoundlib.h \ | |
31 api/alsa/seq.h \ | |
32 api/alsa/seq_event.h \ | |
33 api/alsa/seq_midi_event.h \ | |
34 api/alsa/sound/asequencer.h | |
35 SOURCES += DSSIPluginFactory.cpp \ | |
36 DSSIPluginInstance.cpp \ | |
37 FeatureExtractionPluginFactory.cpp \ | |
38 LADSPAPluginFactory.cpp \ | |
39 LADSPAPluginInstance.cpp \ | |
40 PluginIdentifier.cpp \ | |
41 PluginXml.cpp \ | |
42 RealTimePluginFactory.cpp \ | |
43 RealTimePluginInstance.cpp \ | |
44 api/dssi_alsa_compat.c \ | |
45 plugins/SamplePlayer.cpp |