annotate widgets/widgets.pro @ 500:666cdcae5f0d

* Make it possible to switch panes by clicking on the current-pane indicator area at left (#1935591)
author Chris Cannam
date Tue, 24 Feb 2009 12:02:19 +0000
parents 374b72f5b4bb
children 73a58a4dfebd
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@500 18 ClickableLabel.h \
Chris@285 19 ColourNameDialog.h \
Chris@376 20 CommandHistory.h \
Chris@378 21 CSVFormatDialog.h \
Chris@128 22 Fader.h \
Chris@378 23 FileFinder.h \
Chris@289 24 IconLoader.h \
Chris@303 25 ImageDialog.h \
Chris@128 26 ItemEditDialog.h \
Chris@281 27 KeyReference.h \
Chris@311 28 LabelCounterInputDialog.h \
Chris@128 29 LayerTree.h \
Chris@336 30 LayerTreeDialog.h \
Chris@128 31 LEDButton.h \
Chris@128 32 ListInputDialog.h \
Chris@378 33 MIDIFileImportDialog.h \
Chris@392 34 ModelDataTableDialog.h \
Chris@189 35 NotifyingCheckBox.h \
Chris@189 36 NotifyingComboBox.h \
Chris@189 37 NotifyingPushButton.h \
Chris@190 38 NotifyingTabBar.h \
Chris@172 39 Panner.h \
Chris@128 40 PluginParameterBox.h \
Chris@128 41 PluginParameterDialog.h \
Chris@378 42 ProgressDialog.h \
Chris@128 43 PropertyBox.h \
Chris@132 44 PropertyStack.h \
Chris@188 45 RangeInputDialog.h \
Chris@424 46 SelectableLabel.h \
Chris@151 47 SubdividingMenu.h \
Chris@376 48 TextAbbrev.h \
Chris@139 49 Thumbwheel.h \
Chris@225 50 TipDialog.h \
Chris@416 51 TransformFinder.h \
Chris@139 52 WindowShapePreview.h \
Chris@139 53 WindowTypeSelector.h
Chris@128 54 SOURCES += AudioDial.cpp \
Chris@285 55 ColourNameDialog.cpp \
Chris@376 56 CommandHistory.cpp \
Chris@378 57 CSVFormatDialog.cpp \
Chris@128 58 Fader.cpp \
Chris@378 59 FileFinder.cpp \
Chris@289 60 IconLoader.cpp \
Chris@303 61 ImageDialog.cpp \
Chris@128 62 ItemEditDialog.cpp \
Chris@281 63 KeyReference.cpp \
Chris@311 64 LabelCounterInputDialog.cpp \
Chris@128 65 LayerTree.cpp \
Chris@336 66 LayerTreeDialog.cpp \
Chris@128 67 LEDButton.cpp \
Chris@128 68 ListInputDialog.cpp \
Chris@378 69 MIDIFileImportDialog.cpp \
Chris@392 70 ModelDataTableDialog.cpp \
Chris@189 71 NotifyingCheckBox.cpp \
Chris@189 72 NotifyingComboBox.cpp \
Chris@189 73 NotifyingPushButton.cpp \
Chris@190 74 NotifyingTabBar.cpp \
Chris@172 75 Panner.cpp \
Chris@128 76 PluginParameterBox.cpp \
Chris@128 77 PluginParameterDialog.cpp \
Chris@378 78 ProgressDialog.cpp \
Chris@128 79 PropertyBox.cpp \
Chris@132 80 PropertyStack.cpp \
Chris@188 81 RangeInputDialog.cpp \
Chris@424 82 SelectableLabel.cpp \
Chris@151 83 SubdividingMenu.cpp \
Chris@376 84 TextAbbrev.cpp \
Chris@139 85 Thumbwheel.cpp \
Chris@225 86 TipDialog.cpp \
Chris@416 87 TransformFinder.cpp \
Chris@139 88 WindowShapePreview.cpp \
Chris@139 89 WindowTypeSelector.cpp