view widgets/widgets.pro @ 372:67f82da3d29c sv1-v1.2

* Fix incorrect assignment to point values in "acting on previous point" labelling modes (difference to next, tempo based on it) * Move text labels down a bit when very close to the top (addresses most egregious part of #1851670 Clipped time value labels)
author Chris Cannam
date Fri, 15 Feb 2008 15:35:56 +0000
parents 4a542ba875c2
children e1a9e478b7f2
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp-hostsdk fftw3f
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += xml

TARGET = svwidgets

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

# Input
HEADERS += AudioDial.h \
           ColourNameDialog.h \
           Fader.h \
           IconLoader.h \
           ImageDialog.h \
           ItemEditDialog.h \
           KeyReference.h \
           LabelCounterInputDialog.h \
           LayerTree.h \
           LayerTreeDialog.h \
           LEDButton.h \
           ListInputDialog.h \
           NotifyingCheckBox.h \
           NotifyingComboBox.h \
           NotifyingPushButton.h \
           NotifyingTabBar.h \
           Panner.h \
           PluginParameterBox.h \
           PluginParameterDialog.h \
           PropertyBox.h \
           PropertyStack.h \
           RangeInputDialog.h \
           SubdividingMenu.h \
           Thumbwheel.h \
           TipDialog.h \
           WindowShapePreview.h \
           WindowTypeSelector.h
SOURCES += AudioDial.cpp \
           ColourNameDialog.cpp \
           Fader.cpp \
           IconLoader.cpp \
           ImageDialog.cpp \
           ItemEditDialog.cpp \
           KeyReference.cpp \
           LabelCounterInputDialog.cpp \
           LayerTree.cpp \
           LayerTreeDialog.cpp \
           LEDButton.cpp \
           ListInputDialog.cpp \
           NotifyingCheckBox.cpp \
           NotifyingComboBox.cpp \
           NotifyingPushButton.cpp \
           NotifyingTabBar.cpp \
           Panner.cpp \
           PluginParameterBox.cpp \
           PluginParameterDialog.cpp \
           PropertyBox.cpp \
           PropertyStack.cpp \
           RangeInputDialog.cpp \
           SubdividingMenu.cpp \
           Thumbwheel.cpp \
           TipDialog.cpp \
           WindowShapePreview.cpp \
           WindowTypeSelector.cpp