annotate widgets/widgets.pro @ 309:b7d45fed8146

* fix misbehaving apply-to-selection-only checkbox, fix default step size for frequency domain plugins
author Chris Cannam
date Tue, 09 Oct 2007 16:21:59 +0000
parents 46faec7aae12
children fee76aa923d8
rev   line source
Chris@128 1 TEMPLATE = lib
Chris@128 2
Chris@215 3 SV_UNIT_PACKAGES = vamp-hostsdk fftw3f
Chris@128 4 load(../sv.prf)
Chris@128 5
Chris@128 6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
Chris@128 7 QT += xml
Chris@128 8
Chris@128 9 TARGET = svwidgets
Chris@128 10
Chris@128 11 DEPENDPATH += . ..
Chris@128 12 INCLUDEPATH += . ..
Chris@128 13 OBJECTS_DIR = tmp_obj
Chris@128 14 MOC_DIR = tmp_moc
Chris@128 15
Chris@128 16 # Input
Chris@128 17 HEADERS += AudioDial.h \
Chris@285 18 ColourNameDialog.h \
Chris@128 19 Fader.h \
Chris@289 20 IconLoader.h \
Chris@303 21 ImageDialog.h \
Chris@128 22 ItemEditDialog.h \
Chris@281 23 KeyReference.h \
Chris@128 24 LayerTree.h \
Chris@128 25 LEDButton.h \
Chris@128 26 ListInputDialog.h \
Chris@189 27 NotifyingCheckBox.h \
Chris@189 28 NotifyingComboBox.h \
Chris@189 29 NotifyingPushButton.h \
Chris@190 30 NotifyingTabBar.h \
Chris@172 31 Panner.h \
Chris@128 32 PluginParameterBox.h \
Chris@128 33 PluginParameterDialog.h \
Chris@128 34 PropertyBox.h \
Chris@132 35 PropertyStack.h \
Chris@188 36 RangeInputDialog.h \
Chris@151 37 SubdividingMenu.h \
Chris@139 38 Thumbwheel.h \
Chris@225 39 TipDialog.h \
Chris@139 40 WindowShapePreview.h \
Chris@139 41 WindowTypeSelector.h
Chris@128 42 SOURCES += AudioDial.cpp \
Chris@285 43 ColourNameDialog.cpp \
Chris@128 44 Fader.cpp \
Chris@289 45 IconLoader.cpp \
Chris@303 46 ImageDialog.cpp \
Chris@128 47 ItemEditDialog.cpp \
Chris@281 48 KeyReference.cpp \
Chris@128 49 LayerTree.cpp \
Chris@128 50 LEDButton.cpp \
Chris@128 51 ListInputDialog.cpp \
Chris@189 52 NotifyingCheckBox.cpp \
Chris@189 53 NotifyingComboBox.cpp \
Chris@189 54 NotifyingPushButton.cpp \
Chris@190 55 NotifyingTabBar.cpp \
Chris@172 56 Panner.cpp \
Chris@128 57 PluginParameterBox.cpp \
Chris@128 58 PluginParameterDialog.cpp \
Chris@128 59 PropertyBox.cpp \
Chris@132 60 PropertyStack.cpp \
Chris@188 61 RangeInputDialog.cpp \
Chris@151 62 SubdividingMenu.cpp \
Chris@139 63 Thumbwheel.cpp \
Chris@225 64 TipDialog.cpp \
Chris@139 65 WindowShapePreview.cpp \
Chris@139 66 WindowTypeSelector.cpp