Mercurial > hg > svapp
view framework/framework.pro @ 221:e06a0124c662 templating
Add ReplaceSession open mode for audio files, which discards the session
and creates a new one using the template if available. Currently this is
available as an additional option in the AskUser mode dialog -- this might
bear future simplification. Addresses first bit of #148
author | Chris Cannam |
---|---|
date | Wed, 27 Apr 2011 14:46:06 +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