view view/view.pro @ 340:ffa448b0e1bc

* Fix #1841095 tapping time instant gives wrong time in aligned track * Fix #1815654 source tidying: Labeller * Fix (I hope) #1849999 Time value graphs one instant out
author Chris Cannam
date Thu, 13 Dec 2007 17:14:33 +0000
parents 9c40dc10c88c
children 44f391ec2172
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 = svview

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

# Input
HEADERS += Overview.h \
           Pane.h \
           PaneStack.h \
           View.h \
           ViewManager.h
SOURCES += Overview.cpp \
           Pane.cpp \
           PaneStack.cpp \
           View.cpp \
           ViewManager.cpp