view 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
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 += xml

TARGET = svwidgets

DEPENDPATH += . ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

# Input
HEADERS += AudioDial.h \
           ColourNameDialog.h \
           CommandHistory.h \
           CSVFormatDialog.h \
           Fader.h \
           FileFinder.h \
           IconLoader.h \
           ImageDialog.h \
           ItemEditDialog.h \
           KeyReference.h \
           LabelCounterInputDialog.h \
           LayerTree.h \
           LayerTreeDialog.h \
           LEDButton.h \
           ListInputDialog.h \
           MIDIFileImportDialog.h \
           NotifyingCheckBox.h \
           NotifyingComboBox.h \
           NotifyingPushButton.h \
           NotifyingTabBar.h \
           Panner.h \
           PluginParameterBox.h \
           PluginParameterDialog.h \
           ProgressDialog.h \
           PropertyBox.h \
           PropertyStack.h \
           RangeInputDialog.h \
           SubdividingMenu.h \
           TextAbbrev.h \
           Thumbwheel.h \
           TipDialog.h \
           WindowShapePreview.h \
           WindowTypeSelector.h
SOURCES += AudioDial.cpp \
           ColourNameDialog.cpp \
           CommandHistory.cpp \
           CSVFormatDialog.cpp \
           Fader.cpp \
           FileFinder.cpp \
           IconLoader.cpp \
           ImageDialog.cpp \
           ItemEditDialog.cpp \
           KeyReference.cpp \
           LabelCounterInputDialog.cpp \
           LayerTree.cpp \
           LayerTreeDialog.cpp \
           LEDButton.cpp \
           ListInputDialog.cpp \
           MIDIFileImportDialog.cpp \
           NotifyingCheckBox.cpp \
           NotifyingComboBox.cpp \
           NotifyingPushButton.cpp \
           NotifyingTabBar.cpp \
           Panner.cpp \
           PluginParameterBox.cpp \
           PluginParameterDialog.cpp \
           ProgressDialog.cpp \
           PropertyBox.cpp \
           PropertyStack.cpp \
           RangeInputDialog.cpp \
           SubdividingMenu.cpp \
           TextAbbrev.cpp \
           Thumbwheel.cpp \
           TipDialog.cpp \
           WindowShapePreview.cpp \
           WindowTypeSelector.cpp