view framework/framework.pro @ 175:366f044c20e4 sv-v1.6

* Back out change from r1565, which may have been appropriate for "Sonic Segmenter" but isn't approprate for SV -- fixes #2812040 The r1565 version is going into the MainWindow subclass for Sonic Segmenter instead.
author Chris Cannam
date Mon, 29 Jun 2009 13:06:49 +0000
parents e96f563b1cfd
children 84b2c1a4984a
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

TARGET = svframework

DEPENDPATH += ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

HEADERS += Document.h \
           MainWindowBase.h \
           SVFileReader.h

SOURCES += Document.cpp \
           MainWindowBase.cpp \
           SVFileReader.cpp