Mercurial > hg > svcore
diff plugin/plugin.pro @ 388:370aa9714ef5
* Move plugin/transform to plain transform. This way transform can depend on
model and GUI classes, but plugin doesn't have to.
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 18:02:17 +0000 |
parents | d7c41483af8f |
children | ebb6ac65bccc |
line wrap: on
line diff
--- a/plugin/plugin.pro Wed Mar 12 17:42:56 2008 +0000 +++ b/plugin/plugin.pro Wed Mar 12 18:02:17 2008 +0000 @@ -5,14 +5,15 @@ CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml +QT -= gui TARGET = svplugin # Doesn't work with this library, which contains C99 as well as C++ PRECOMPILED_HEADER = -DEPENDPATH += . .. api plugins api/alsa api/alsa/sound transform -INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound transform +DEPENDPATH += . .. api plugins api/alsa api/alsa/sound +INCLUDEPATH += . .. api api/alsa plugins api/alsa/sound OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc @@ -34,14 +35,7 @@ api/alsa/seq.h \ api/alsa/seq_event.h \ api/alsa/seq_midi_event.h \ - api/alsa/sound/asequencer.h \ - transform/FeatureExtractionModelTransformer.h \ - transform/RealTimeEffectModelTransformer.h \ - transform/Transform.h \ - transform/TransformDescription.h \ - transform/TransformFactory.h \ - transform/ModelTransformer.h \ - transform/ModelTransformerFactory.h + api/alsa/sound/asequencer.h SOURCES += DSSIPluginFactory.cpp \ DSSIPluginInstance.cpp \ FeatureExtractionPluginFactory.cpp \ @@ -52,10 +46,5 @@ RealTimePluginFactory.cpp \ RealTimePluginInstance.cpp \ api/dssi_alsa_compat.c \ - plugins/SamplePlayer.cpp \ - transform/FeatureExtractionModelTransformer.cpp \ - transform/RealTimeEffectModelTransformer.cpp \ - transform/Transform.cpp \ - transform/TransformFactory.cpp \ - transform/ModelTransformer.cpp \ - transform/ModelTransformerFactory.cpp + plugins/SamplePlayer.cpp +