Mercurial > hg > svgui
annotate widgets/widgets.pro @ 583:4c484636d5ec
Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2011 15:21:21 +0100 |
parents | 3228b7913aa4 |
children |
rev | line source |
---|---|
Chris@128 | 1 TEMPLATE = lib |
Chris@128 | 2 |
Chris@215 | 3 SV_UNIT_PACKAGES = vamp-hostsdk fftw3f |
Chris@528 | 4 load(../prf/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@529 | 24 InteractiveFileFinder.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@529 | 61 InteractiveFileFinder.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 |