Mercurial > hg > svcore
view base/base.pro @ 186:06ad01f3e553
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
* Add ability to open more than one audio file at once from the command line
* Add plugin input source selection (with some caveats)
* Show name of file being decoded in Ogg/mp3 decode progress dialog
author | Chris Cannam |
---|---|
date | Thu, 12 Oct 2006 14:56:28 +0000 |
parents | 04baa690f90d |
children | 0703252c9fe8 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svbase DEPENDPATH += . INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioLevel.h \ AudioPlaySource.h \ Clipboard.h \ Command.h \ CommandHistory.h \ Exceptions.h \ Pitch.h \ PlayParameterRepository.h \ PlayParameters.h \ Preferences.h \ Profiler.h \ PropertyContainer.h \ RealTime.h \ RecentFiles.h \ ResizeableBitset.h \ RingBuffer.h \ Scavenger.h \ Selection.h \ StorageAdviser.h \ TempDirectory.h \ Thread.h \ UnitDatabase.h \ Window.h \ XmlExportable.h \ ZoomConstraint.h SOURCES += AudioLevel.cpp \ Clipboard.cpp \ Command.cpp \ CommandHistory.cpp \ Exceptions.cpp \ Pitch.cpp \ PlayParameterRepository.cpp \ PlayParameters.cpp \ Preferences.cpp \ Profiler.cpp \ PropertyContainer.cpp \ RealTime.cpp \ RecentFiles.cpp \ Selection.cpp \ StorageAdviser.cpp \ TempDirectory.cpp \ Thread.cpp \ UnitDatabase.cpp \ XmlExportable.cpp