Mercurial > hg > svcore
view system/system.pro @ 386:e6d11871e4c9
* Fix bug that was causing decoded audio files (mp3s, oggs) to come up some of
the time with zero sample rate
author | Chris Cannam |
---|---|
date | Sat, 01 Mar 2008 16:17:44 +0000 |
parents | 4b2ea82fd0ed |
children | 7aa1de571880 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions TARGET = svsystem DEPENDPATH += . INCLUDEPATH += . # Input HEADERS += Init.h System.h SOURCES += Init.cpp System.cpp