Mercurial > hg > svcore
view system/system.pro @ 588:d04b8674b710
* Try to identify the properly conformant audio file structure written out
by Sonic Annotator (but we still don't actually import it yet)
author | Chris Cannam |
---|---|
date | Wed, 13 May 2009 13:30:08 +0000 |
parents | ebb6ac65bccc |
children | 465f769ccad0 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = load(../prf/sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT -= gui TARGET = svsystem DEPENDPATH += . INCLUDEPATH += . # Input HEADERS += Init.h System.h SOURCES += Init.cpp System.cpp