Mercurial > hg > svgui
annotate widgets/widgets.pro @ 502:73a58a4dfebd
* Add vestigial Activity Log
author | Chris Cannam |
---|---|
date | Tue, 24 Feb 2009 14:01:42 +0000 |
parents | 666cdcae5f0d |
children | 44f391ec2172 |
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@502 | 17 HEADERS += ActivityLog.h \ |
Chris@502 | 18 AudioDial.h \ |
Chris@500 | 19 ClickableLabel.h \ |
Chris@285 | 20 ColourNameDialog.h \ |
Chris@376 | 21 CommandHistory.h \ |
Chris@378 | 22 CSVFormatDialog.h \ |
Chris@128 | 23 Fader.h \ |
Chris@378 | 24 FileFinder.h \ |
Chris@289 | 25 IconLoader.h \ |
Chris@303 | 26 ImageDialog.h \ |
Chris@128 | 27 ItemEditDialog.h \ |
Chris@281 | 28 KeyReference.h \ |
Chris@311 | 29 LabelCounterInputDialog.h \ |
Chris@128 | 30 LayerTree.h \ |
Chris@336 | 31 LayerTreeDialog.h \ |
Chris@128 | 32 LEDButton.h \ |
Chris@128 | 33 ListInputDialog.h \ |
Chris@378 | 34 MIDIFileImportDialog.h \ |
Chris@392 | 35 ModelDataTableDialog.h \ |
Chris@189 | 36 NotifyingCheckBox.h \ |
Chris@189 | 37 NotifyingComboBox.h \ |
Chris@189 | 38 NotifyingPushButton.h \ |
Chris@190 | 39 NotifyingTabBar.h \ |
Chris@172 | 40 Panner.h \ |
Chris@128 | 41 PluginParameterBox.h \ |
Chris@128 | 42 PluginParameterDialog.h \ |
Chris@378 | 43 ProgressDialog.h \ |
Chris@128 | 44 PropertyBox.h \ |
Chris@132 | 45 PropertyStack.h \ |
Chris@188 | 46 RangeInputDialog.h \ |
Chris@424 | 47 SelectableLabel.h \ |
Chris@151 | 48 SubdividingMenu.h \ |
Chris@376 | 49 TextAbbrev.h \ |
Chris@139 | 50 Thumbwheel.h \ |
Chris@225 | 51 TipDialog.h \ |
Chris@416 | 52 TransformFinder.h \ |
Chris@139 | 53 WindowShapePreview.h \ |
Chris@139 | 54 WindowTypeSelector.h |
Chris@502 | 55 SOURCES += ActivityLog.cpp \ |
Chris@502 | 56 AudioDial.cpp \ |
Chris@285 | 57 ColourNameDialog.cpp \ |
Chris@376 | 58 CommandHistory.cpp \ |
Chris@378 | 59 CSVFormatDialog.cpp \ |
Chris@128 | 60 Fader.cpp \ |
Chris@378 | 61 FileFinder.cpp \ |
Chris@289 | 62 IconLoader.cpp \ |
Chris@303 | 63 ImageDialog.cpp \ |
Chris@128 | 64 ItemEditDialog.cpp \ |
Chris@281 | 65 KeyReference.cpp \ |
Chris@311 | 66 LabelCounterInputDialog.cpp \ |
Chris@128 | 67 LayerTree.cpp \ |
Chris@336 | 68 LayerTreeDialog.cpp \ |
Chris@128 | 69 LEDButton.cpp \ |
Chris@128 | 70 ListInputDialog.cpp \ |
Chris@378 | 71 MIDIFileImportDialog.cpp \ |
Chris@392 | 72 ModelDataTableDialog.cpp \ |
Chris@189 | 73 NotifyingCheckBox.cpp \ |
Chris@189 | 74 NotifyingComboBox.cpp \ |
Chris@189 | 75 NotifyingPushButton.cpp \ |
Chris@190 | 76 NotifyingTabBar.cpp \ |
Chris@172 | 77 Panner.cpp \ |
Chris@128 | 78 PluginParameterBox.cpp \ |
Chris@128 | 79 PluginParameterDialog.cpp \ |
Chris@378 | 80 ProgressDialog.cpp \ |
Chris@128 | 81 PropertyBox.cpp \ |
Chris@132 | 82 PropertyStack.cpp \ |
Chris@188 | 83 RangeInputDialog.cpp \ |
Chris@424 | 84 SelectableLabel.cpp \ |
Chris@151 | 85 SubdividingMenu.cpp \ |
Chris@376 | 86 TextAbbrev.cpp \ |
Chris@139 | 87 Thumbwheel.cpp \ |
Chris@225 | 88 TipDialog.cpp \ |
Chris@416 | 89 TransformFinder.cpp \ |
Chris@139 | 90 WindowShapePreview.cpp \ |
Chris@139 | 91 WindowTypeSelector.cpp |