Mercurial > hg > svgui
view widgets/widgets.pro @ 288:e27f546f83ad
* Fix failure to auto-calculate bounds on time-value or note model loaded
from session file if min and max not specified in the model
* Attempt to work out why some points in time-value layer are not being
locally illuminated when expected, and why models are loaded from sv file
without their names -- both failed so far...
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2007 21:10:43 +0000 |
parents | 9dd432665059 |
children | 4ca7562dd246 |
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 \ ItemEditDialog.h \ KeyReference.h \ LayerTree.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 \ ItemEditDialog.cpp \ KeyReference.cpp \ LayerTree.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