Mercurial > hg > svcore
view system/system.pro @ 174:f8cf055dbf34
* Restructure WavFileWriter a bit to permit writing from raw data as well as
from an existing model
author | Chris Cannam |
---|---|
date | Tue, 03 Oct 2006 10:06:37 +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