diff widgets/widgets.pro @ 0:fc9323a41f5a

start base : Sonic Visualiser sv1-1.0rc1
author lbajardsilogic
date Fri, 11 May 2007 09:08:14 +0000
parents
children a5175615d153
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/widgets/widgets.pro	Fri May 11 09:08:14 2007 +0000
@@ -0,0 +1,58 @@
+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
+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