Mercurial > hg > svgui
annotate widgets/widgets.pro @ 378:22b72f0f6a4e
* More work to abstract out interactive components used in the data library,
so that it does not need to depend on QtGui.
author | Chris Cannam |
---|---|
date | Fri, 14 Mar 2008 17:14:21 +0000 |
parents | e1a9e478b7f2 |
children | 1d85aa5a49be |
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@189 | 33 NotifyingCheckBox.h \ |
Chris@189 | 34 NotifyingComboBox.h \ |
Chris@189 | 35 NotifyingPushButton.h \ |
Chris@190 | 36 NotifyingTabBar.h \ |
Chris@172 | 37 Panner.h \ |
Chris@128 | 38 PluginParameterBox.h \ |
Chris@128 | 39 PluginParameterDialog.h \ |
Chris@378 | 40 ProgressDialog.h \ |
Chris@128 | 41 PropertyBox.h \ |
Chris@132 | 42 PropertyStack.h \ |
Chris@188 | 43 RangeInputDialog.h \ |
Chris@151 | 44 SubdividingMenu.h \ |
Chris@376 | 45 TextAbbrev.h \ |
Chris@139 | 46 Thumbwheel.h \ |
Chris@225 | 47 TipDialog.h \ |
Chris@139 | 48 WindowShapePreview.h \ |
Chris@139 | 49 WindowTypeSelector.h |
Chris@128 | 50 SOURCES += AudioDial.cpp \ |
Chris@285 | 51 ColourNameDialog.cpp \ |
Chris@376 | 52 CommandHistory.cpp \ |
Chris@378 | 53 CSVFormatDialog.cpp \ |
Chris@128 | 54 Fader.cpp \ |
Chris@378 | 55 FileFinder.cpp \ |
Chris@289 | 56 IconLoader.cpp \ |
Chris@303 | 57 ImageDialog.cpp \ |
Chris@128 | 58 ItemEditDialog.cpp \ |
Chris@281 | 59 KeyReference.cpp \ |
Chris@311 | 60 LabelCounterInputDialog.cpp \ |
Chris@128 | 61 LayerTree.cpp \ |
Chris@336 | 62 LayerTreeDialog.cpp \ |
Chris@128 | 63 LEDButton.cpp \ |
Chris@128 | 64 ListInputDialog.cpp \ |
Chris@378 | 65 MIDIFileImportDialog.cpp \ |
Chris@189 | 66 NotifyingCheckBox.cpp \ |
Chris@189 | 67 NotifyingComboBox.cpp \ |
Chris@189 | 68 NotifyingPushButton.cpp \ |
Chris@190 | 69 NotifyingTabBar.cpp \ |
Chris@172 | 70 Panner.cpp \ |
Chris@128 | 71 PluginParameterBox.cpp \ |
Chris@128 | 72 PluginParameterDialog.cpp \ |
Chris@378 | 73 ProgressDialog.cpp \ |
Chris@128 | 74 PropertyBox.cpp \ |
Chris@132 | 75 PropertyStack.cpp \ |
Chris@188 | 76 RangeInputDialog.cpp \ |
Chris@151 | 77 SubdividingMenu.cpp \ |
Chris@376 | 78 TextAbbrev.cpp \ |
Chris@139 | 79 Thumbwheel.cpp \ |
Chris@225 | 80 TipDialog.cpp \ |
Chris@139 | 81 WindowShapePreview.cpp \ |
Chris@139 | 82 WindowTypeSelector.cpp |