Mercurial > hg > svgui
annotate widgets/widgets.pro @ 281:ac58acbd7482
* Add key reference window to Help menu (also needs mouse reference)
author | Chris Cannam |
---|---|
date | Wed, 04 Jul 2007 17:22:12 +0000 |
parents | 6f46179086c0 |
children | 9dd432665059 |
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@128 | 18 Fader.h \ |
Chris@128 | 19 ItemEditDialog.h \ |
Chris@281 | 20 KeyReference.h \ |
Chris@128 | 21 LayerTree.h \ |
Chris@128 | 22 LEDButton.h \ |
Chris@128 | 23 ListInputDialog.h \ |
Chris@189 | 24 NotifyingCheckBox.h \ |
Chris@189 | 25 NotifyingComboBox.h \ |
Chris@189 | 26 NotifyingPushButton.h \ |
Chris@190 | 27 NotifyingTabBar.h \ |
Chris@172 | 28 Panner.h \ |
Chris@128 | 29 PluginParameterBox.h \ |
Chris@128 | 30 PluginParameterDialog.h \ |
Chris@128 | 31 PropertyBox.h \ |
Chris@132 | 32 PropertyStack.h \ |
Chris@188 | 33 RangeInputDialog.h \ |
Chris@151 | 34 SubdividingMenu.h \ |
Chris@139 | 35 Thumbwheel.h \ |
Chris@225 | 36 TipDialog.h \ |
Chris@139 | 37 WindowShapePreview.h \ |
Chris@139 | 38 WindowTypeSelector.h |
Chris@128 | 39 SOURCES += AudioDial.cpp \ |
Chris@128 | 40 Fader.cpp \ |
Chris@128 | 41 ItemEditDialog.cpp \ |
Chris@281 | 42 KeyReference.cpp \ |
Chris@128 | 43 LayerTree.cpp \ |
Chris@128 | 44 LEDButton.cpp \ |
Chris@128 | 45 ListInputDialog.cpp \ |
Chris@189 | 46 NotifyingCheckBox.cpp \ |
Chris@189 | 47 NotifyingComboBox.cpp \ |
Chris@189 | 48 NotifyingPushButton.cpp \ |
Chris@190 | 49 NotifyingTabBar.cpp \ |
Chris@172 | 50 Panner.cpp \ |
Chris@128 | 51 PluginParameterBox.cpp \ |
Chris@128 | 52 PluginParameterDialog.cpp \ |
Chris@128 | 53 PropertyBox.cpp \ |
Chris@132 | 54 PropertyStack.cpp \ |
Chris@188 | 55 RangeInputDialog.cpp \ |
Chris@151 | 56 SubdividingMenu.cpp \ |
Chris@139 | 57 Thumbwheel.cpp \ |
Chris@225 | 58 TipDialog.cpp \ |
Chris@139 | 59 WindowShapePreview.cpp \ |
Chris@139 | 60 WindowTypeSelector.cpp |