Mercurial > hg > svapp
view audioio/audioio.pro @ 223:e8ae978e1a3d templating
Don't unbundle templates; open directly from bundle (but allow user's own copy to take priority). Also use .svt for templates
author | Chris Cannam |
---|---|
date | Mon, 09 May 2011 16:55:47 +0100 |
parents | e96f563b1cfd |
children |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio-2.0 libpulse rubberband load(../prf/sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT -= gui TARGET = svaudioio DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += AudioCallbackPlaySource.h \ AudioCallbackPlayTarget.h \ AudioCoreAudioTarget.h \ AudioGenerator.h \ AudioJACKTarget.h \ AudioPortAudioTarget.h \ AudioPulseAudioTarget.h \ AudioTargetFactory.h \ PlaySpeedRangeMapper.h SOURCES += AudioCallbackPlaySource.cpp \ AudioCallbackPlayTarget.cpp \ AudioCoreAudioTarget.cpp \ AudioGenerator.cpp \ AudioJACKTarget.cpp \ AudioPortAudioTarget.cpp \ AudioPulseAudioTarget.cpp \ AudioTargetFactory.cpp \ PlaySpeedRangeMapper.cpp