Mercurial > hg > svapp
view audioio/audioio.pro @ 67:34fef5e68a76 1.2-stable
* Static build fixes
author | Chris Cannam |
---|---|
date | Thu, 29 Nov 2007 12:02:09 +0000 |
parents | eeb48693db96 |
children | 9fc4b256c283 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f samplerate jack portaudio rubberband load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions 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 \ AudioTargetFactory.h \ PhaseVocoderTimeStretcher.h \ PlaySpeedRangeMapper.h SOURCES += AudioCallbackPlaySource.cpp \ AudioCallbackPlayTarget.cpp \ AudioCoreAudioTarget.cpp \ AudioGenerator.cpp \ AudioJACKTarget.cpp \ AudioPortAudioTarget.cpp \ AudioTargetFactory.cpp \ PhaseVocoderTimeStretcher.cpp \ PlaySpeedRangeMapper.cpp