view framework/framework.pro @ 99:cd5cbdecc82d sv1-v1.2

* rebuild range lists when model extended beyond previous end time -- this avoids playback stopping abruptly when it reaches the point at which the first tranche of progressive file load ended
author Chris Cannam
date Mon, 18 Feb 2008 10:14:58 +0000
parents 7fbe1c99d5d8
children f2cbe0e89d0f
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = 
load(../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