Mercurial > hg > svapp
view framework/framework.pro @ 245:a9f1850b873d
Reduce PortAudio suggested latency. No idea whether this will really help
anything, but it probably won't hurt
author | Chris Cannam |
---|---|
date | Wed, 28 Sep 2011 13:28:54 +0100 |
parents | 84b2c1a4984a |
children |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk # required because we use transform headers load(../prf/sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml network TARGET = svframework DEPENDPATH += .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc HEADERS += Document.h \ MainWindowBase.h \ SVFileReader.h \ VersionTester.h SOURCES += Document.cpp \ MainWindowBase.cpp \ SVFileReader.cpp \ VersionTester.cpp