Mercurial > hg > easaier-soundaccess
diff widgets/widgets.pro @ 68:77e1fa5497e7
MultiPaneLayerContainer (manage several panes in the layer list) is added
author | benoitrigolleau |
---|---|
date | Wed, 13 Jun 2007 09:35:02 +0000 |
parents | c7965aaaedfd |
children | 9e1a46a72cde |
line wrap: on
line diff
--- a/widgets/widgets.pro Wed Jun 13 09:11:48 2007 +0000 +++ b/widgets/widgets.pro Wed Jun 13 09:35:02 2007 +0000 @@ -1,74 +1,77 @@ -TEMPLATE = lib - -SV_UNIT_PACKAGES = vamp-hostsdk fftw3f -load(../sv.prf) - -CONFIG += sv staticlib qt thread warn_on stl rtti exceptions -QT += xml - -TARGET = svwidgets - -DEPENDPATH += . .. -INCLUDEPATH += . .. -OBJECTS_DIR = tmp_obj -MOC_DIR = tmp_moc - -# Input -HEADERS += AudioDial.h \ - Fader.h \ - ItemEditDialog.h \ - LayerTree.h \ - LEDButton.h \ - ListInputDialog.h \ - NotifyingCheckBox.h \ - NotifyingComboBox.h \ - NotifyingPushButton.h \ - NotifyingTabBar.h \ - Panner.h \ - PluginParameterBox.h \ - PluginParameterDialog.h \ - PropertyBox.h \ - PropertyStack.h \ - RangeInputDialog.h \ - SubdividingMenu.h \ - Thumbwheel.h \ - TipDialog.h \ - WindowShapePreview.h \ - WindowTypeSelector.h \ - AdvancedToolBox.h \ - ExpandWidget.h \ - InfoWidget.h \ - QueryResultsWidget.h \ - SearchWidget.h \ - WidgetGallery.h \ - ConnectionSettings.h \ - ConnectionStatus.h -SOURCES += AudioDial.cpp \ - Fader.cpp \ - ItemEditDialog.cpp \ - LayerTree.cpp \ - LEDButton.cpp \ - ListInputDialog.cpp \ - NotifyingCheckBox.cpp \ - NotifyingComboBox.cpp \ - NotifyingPushButton.cpp \ - NotifyingTabBar.cpp \ - Panner.cpp \ - PluginParameterBox.cpp \ - PluginParameterDialog.cpp \ - PropertyBox.cpp \ - PropertyStack.cpp \ - RangeInputDialog.cpp \ - SubdividingMenu.cpp \ - Thumbwheel.cpp \ - TipDialog.cpp \ - WindowShapePreview.cpp \ - WindowTypeSelector.cpp \ - AdvancedToolBox.cpp \ - ExpandWidget.cpp \ - InfoWidget.cpp \ - QueryResultsWidget.cpp \ - SearchWidget.cpp \ - WidgetGallery.cpp \ - ConnectionSettings.cpp \ - ConnectionStatus.cpp +TEMPLATE = lib + +SV_UNIT_PACKAGES = vamp-hostsdk fftw3f +load(../sv.prf) + +CONFIG += sv staticlib qt thread warn_on stl rtti exceptions +QT += xml + +TARGET = svwidgets + +DEPENDPATH += . .. +INCLUDEPATH += . .. +OBJECTS_DIR = tmp_obj +MOC_DIR = tmp_moc + +# Input +HEADERS += AudioDial.h \ + Fader.h \ + ItemEditDialog.h \ + LayerTree.h \ + LEDButton.h \ + ListInputDialog.h \ + NotifyingCheckBox.h \ + NotifyingComboBox.h \ + NotifyingPushButton.h \ + NotifyingTabBar.h \ + Panner.h \ + PluginParameterBox.h \ + PluginParameterDialog.h \ + PropertyBox.h \ + PropertyStack.h \ + RangeInputDialog.h \ + SubdividingMenu.h \ + Thumbwheel.h \ + TipDialog.h \ + WindowShapePreview.h \ + WindowTypeSelector.h \ + AdvancedToolBox.h \ + ExpandWidget.h \ + InfoWidget.h \ + QueryResultsWidget.h \ + SearchWidget.h \ + WidgetGallery.h \ + ConnectionSettings.h \ + ConnectionStatus.h \ + MultiPaneLayerContainer.h +SOURCES += AudioDial.cpp \ + Fader.cpp \ + ItemEditDialog.cpp \ + LayerTree.cpp \ + LEDButton.cpp \ + ListInputDialog.cpp \ + NotifyingCheckBox.cpp \ + NotifyingComboBox.cpp \ + NotifyingPushButton.cpp \ + NotifyingTabBar.cpp \ + Panner.cpp \ + PluginParameterBox.cpp \ + PluginParameterDialog.cpp \ + PropertyBox.cpp \ + PropertyStack.cpp \ + RangeInputDialog.cpp \ + SubdividingMenu.cpp \ + Thumbwheel.cpp \ + TipDialog.cpp \ + WindowShapePreview.cpp \ + WindowTypeSelector.cpp \ + AdvancedToolBox.cpp \ + ExpandWidget.cpp \ + InfoWidget.cpp \ + QueryResultsWidget.cpp \ + SearchWidget.cpp \ + WidgetGallery.cpp \ + ConnectionSettings.cpp \ + ConnectionStatus.cpp \ + MultiPaneLayerContainer.cpp +