annotate widgets/widgets.pro @ 416:f4487328320d

* Start work on TransformFinder dialog
author Chris Cannam
date Tue, 23 Sep 2008 13:39:25 +0000
parents 1d85aa5a49be
children 374b72f5b4bb
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@376 19 CommandHistory.h \
Chris@378 20 CSVFormatDialog.h \
Chris@128 21 Fader.h \
Chris@378 22 FileFinder.h \
Chris@289 23 IconLoader.h \
Chris@303 24 ImageDialog.h \
Chris@128 25 ItemEditDialog.h \
Chris@281 26 KeyReference.h \
Chris@311 27 LabelCounterInputDialog.h \
Chris@128 28 LayerTree.h \
Chris@336 29 LayerTreeDialog.h \
Chris@128 30 LEDButton.h \
Chris@128 31 ListInputDialog.h \
Chris@378 32 MIDIFileImportDialog.h \
Chris@392 33 ModelDataTableDialog.h \
Chris@189 34 NotifyingCheckBox.h \
Chris@189 35 NotifyingComboBox.h \
Chris@189 36 NotifyingPushButton.h \
Chris@190 37 NotifyingTabBar.h \
Chris@172 38 Panner.h \
Chris@128 39 PluginParameterBox.h \
Chris@128 40 PluginParameterDialog.h \
Chris@378 41 ProgressDialog.h \
Chris@128 42 PropertyBox.h \
Chris@132 43 PropertyStack.h \
Chris@188 44 RangeInputDialog.h \
Chris@151 45 SubdividingMenu.h \
Chris@376 46 TextAbbrev.h \
Chris@139 47 Thumbwheel.h \
Chris@225 48 TipDialog.h \
Chris@416 49 TransformFinder.h \
Chris@139 50 WindowShapePreview.h \
Chris@139 51 WindowTypeSelector.h
Chris@128 52 SOURCES += AudioDial.cpp \
Chris@285 53 ColourNameDialog.cpp \
Chris@376 54 CommandHistory.cpp \
Chris@378 55 CSVFormatDialog.cpp \
Chris@128 56 Fader.cpp \
Chris@378 57 FileFinder.cpp \
Chris@289 58 IconLoader.cpp \
Chris@303 59 ImageDialog.cpp \
Chris@128 60 ItemEditDialog.cpp \
Chris@281 61 KeyReference.cpp \
Chris@311 62 LabelCounterInputDialog.cpp \
Chris@128 63 LayerTree.cpp \
Chris@336 64 LayerTreeDialog.cpp \
Chris@128 65 LEDButton.cpp \
Chris@128 66 ListInputDialog.cpp \
Chris@378 67 MIDIFileImportDialog.cpp \
Chris@392 68 ModelDataTableDialog.cpp \
Chris@189 69 NotifyingCheckBox.cpp \
Chris@189 70 NotifyingComboBox.cpp \
Chris@189 71 NotifyingPushButton.cpp \
Chris@190 72 NotifyingTabBar.cpp \
Chris@172 73 Panner.cpp \
Chris@128 74 PluginParameterBox.cpp \
Chris@128 75 PluginParameterDialog.cpp \
Chris@378 76 ProgressDialog.cpp \
Chris@128 77 PropertyBox.cpp \
Chris@132 78 PropertyStack.cpp \
Chris@188 79 RangeInputDialog.cpp \
Chris@151 80 SubdividingMenu.cpp \
Chris@376 81 TextAbbrev.cpp \
Chris@139 82 Thumbwheel.cpp \
Chris@225 83 TipDialog.cpp \
Chris@416 84 TransformFinder.cpp \
Chris@139 85 WindowShapePreview.cpp \
Chris@139 86 WindowTypeSelector.cpp