view widgets/widgets.pro @ 282:d9319859a4cf tip

(none)
author benoitrigolleau
date Fri, 31 Oct 2008 11:00:24 +0000
parents a6b881972a62
children
line wrap: on
line source
TEMPLATE = lib

SV_UNIT_PACKAGES = vamp-hostsdk fftw3f
load(../sv.prf)

CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
QT += network xml

TARGET = svwidgets

DEPENDPATH += . ..
INCLUDEPATH += . .. ../sv
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 \
           AudioFilterViewerWidget.h \ 
           ItemAudioFilterList.h  \
           EasaierStyle.h \
           GenericItemList.h \
           LayerViewerWidget.h \
           ItemLayerList.h \
           ItemContainer.h \
           RealTimeFilterPropertyStack.h \
           ListResultGeneralItemWidget.h \
           ConfidenceWidget.h \
           ConfidenceListWidget.h \
           WaitingWidget.h \
           CriteriaDialog.h \
           Slider.h \
           RelatedMediaWidget.h \
           RadialLNFButton.h \
           BrowseLineEdit.h \
           FlowLayout.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 \
           AudioFilterViewerWidget.cpp \ 
           ItemAudioFilterList.cpp  \
           EasaierStyle.cpp \
           GenericItemList.cpp \
           LayerViewerWidget.cpp \
           ItemLayerList.cpp \
           ItemContainer.cpp \
           RealTimeFilterPropertyStack.cpp \
           ListResultGeneralItemWidget.cpp \
           ConfidenceWidget.cpp \
           ConfidenceListWidget.cpp \
           WaitingWidget.cpp \
           CriteriaDialog.cpp \
           Slider.cpp \
           RelatedMediaWidget.cpp \
           RadialLNFButton.cpp \
           BrowseLineEdit.cpp \
           FlowLayout.cpp