annotate widgets/widgets.pro @ 312:6de6f78b13a1

* Make it possible to drop audio files, layer files, session files and images onto SV panes. Need to do a bit more work on where we expect the dropped file to go, particularly in the case of audio files -- at the moment they're always opened in new panes, but it may be better to by default replace whatever is in the target pane.
author Chris Cannam
date Wed, 10 Oct 2007 15:18:02 +0000
parents fee76aa923d8
children 4a542ba875c2
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@128 19 Fader.h \
Chris@289 20 IconLoader.h \
Chris@303 21 ImageDialog.h \
Chris@128 22 ItemEditDialog.h \
Chris@281 23 KeyReference.h \
Chris@311 24 LabelCounterInputDialog.h \
Chris@128 25 LayerTree.h \
Chris@128 26 LEDButton.h \
Chris@128 27 ListInputDialog.h \
Chris@189 28 NotifyingCheckBox.h \
Chris@189 29 NotifyingComboBox.h \
Chris@189 30 NotifyingPushButton.h \
Chris@190 31 NotifyingTabBar.h \
Chris@172 32 Panner.h \
Chris@128 33 PluginParameterBox.h \
Chris@128 34 PluginParameterDialog.h \
Chris@128 35 PropertyBox.h \
Chris@132 36 PropertyStack.h \
Chris@188 37 RangeInputDialog.h \
Chris@151 38 SubdividingMenu.h \
Chris@139 39 Thumbwheel.h \
Chris@225 40 TipDialog.h \
Chris@139 41 WindowShapePreview.h \
Chris@139 42 WindowTypeSelector.h
Chris@128 43 SOURCES += AudioDial.cpp \
Chris@285 44 ColourNameDialog.cpp \
Chris@128 45 Fader.cpp \
Chris@289 46 IconLoader.cpp \
Chris@303 47 ImageDialog.cpp \
Chris@128 48 ItemEditDialog.cpp \
Chris@281 49 KeyReference.cpp \
Chris@311 50 LabelCounterInputDialog.cpp \
Chris@128 51 LayerTree.cpp \
Chris@128 52 LEDButton.cpp \
Chris@128 53 ListInputDialog.cpp \
Chris@189 54 NotifyingCheckBox.cpp \
Chris@189 55 NotifyingComboBox.cpp \
Chris@189 56 NotifyingPushButton.cpp \
Chris@190 57 NotifyingTabBar.cpp \
Chris@172 58 Panner.cpp \
Chris@128 59 PluginParameterBox.cpp \
Chris@128 60 PluginParameterDialog.cpp \
Chris@128 61 PropertyBox.cpp \
Chris@132 62 PropertyStack.cpp \
Chris@188 63 RangeInputDialog.cpp \
Chris@151 64 SubdividingMenu.cpp \
Chris@139 65 Thumbwheel.cpp \
Chris@225 66 TipDialog.cpp \
Chris@139 67 WindowShapePreview.cpp \
Chris@139 68 WindowTypeSelector.cpp