Mercurial > hg > svgui
annotate widgets/widgets.pro @ 392:1d85aa5a49be
* Start adding a spreadsheet-style editor window for model data
author | Chris Cannam |
---|---|
date | Fri, 06 Jun 2008 15:26:27 +0000 |
parents | 22b72f0f6a4e |
children | f4487328320d |
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@139 | 49 WindowShapePreview.h \ |
Chris@139 | 50 WindowTypeSelector.h |
Chris@128 | 51 SOURCES += AudioDial.cpp \ |
Chris@285 | 52 ColourNameDialog.cpp \ |
Chris@376 | 53 CommandHistory.cpp \ |
Chris@378 | 54 CSVFormatDialog.cpp \ |
Chris@128 | 55 Fader.cpp \ |
Chris@378 | 56 FileFinder.cpp \ |
Chris@289 | 57 IconLoader.cpp \ |
Chris@303 | 58 ImageDialog.cpp \ |
Chris@128 | 59 ItemEditDialog.cpp \ |
Chris@281 | 60 KeyReference.cpp \ |
Chris@311 | 61 LabelCounterInputDialog.cpp \ |
Chris@128 | 62 LayerTree.cpp \ |
Chris@336 | 63 LayerTreeDialog.cpp \ |
Chris@128 | 64 LEDButton.cpp \ |
Chris@128 | 65 ListInputDialog.cpp \ |
Chris@378 | 66 MIDIFileImportDialog.cpp \ |
Chris@392 | 67 ModelDataTableDialog.cpp \ |
Chris@189 | 68 NotifyingCheckBox.cpp \ |
Chris@189 | 69 NotifyingComboBox.cpp \ |
Chris@189 | 70 NotifyingPushButton.cpp \ |
Chris@190 | 71 NotifyingTabBar.cpp \ |
Chris@172 | 72 Panner.cpp \ |
Chris@128 | 73 PluginParameterBox.cpp \ |
Chris@128 | 74 PluginParameterDialog.cpp \ |
Chris@378 | 75 ProgressDialog.cpp \ |
Chris@128 | 76 PropertyBox.cpp \ |
Chris@132 | 77 PropertyStack.cpp \ |
Chris@188 | 78 RangeInputDialog.cpp \ |
Chris@151 | 79 SubdividingMenu.cpp \ |
Chris@376 | 80 TextAbbrev.cpp \ |
Chris@139 | 81 Thumbwheel.cpp \ |
Chris@225 | 82 TipDialog.cpp \ |
Chris@139 | 83 WindowShapePreview.cpp \ |
Chris@139 | 84 WindowTypeSelector.cpp |