Mercurial > hg > svgui
annotate widgets/widgets.pro @ 265:a3a54632cd4c
* fixes to spectrum harmonic cursor etc
author | Chris Cannam |
---|---|
date | Fri, 15 Jun 2007 15:48:11 +0000 |
parents | 6f46179086c0 |
children | ac58acbd7482 |
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@128 | 20 LayerTree.h \ |
Chris@128 | 21 LEDButton.h \ |
Chris@128 | 22 ListInputDialog.h \ |
Chris@189 | 23 NotifyingCheckBox.h \ |
Chris@189 | 24 NotifyingComboBox.h \ |
Chris@189 | 25 NotifyingPushButton.h \ |
Chris@190 | 26 NotifyingTabBar.h \ |
Chris@172 | 27 Panner.h \ |
Chris@128 | 28 PluginParameterBox.h \ |
Chris@128 | 29 PluginParameterDialog.h \ |
Chris@128 | 30 PropertyBox.h \ |
Chris@132 | 31 PropertyStack.h \ |
Chris@188 | 32 RangeInputDialog.h \ |
Chris@151 | 33 SubdividingMenu.h \ |
Chris@139 | 34 Thumbwheel.h \ |
Chris@225 | 35 TipDialog.h \ |
Chris@139 | 36 WindowShapePreview.h \ |
Chris@139 | 37 WindowTypeSelector.h |
Chris@128 | 38 SOURCES += AudioDial.cpp \ |
Chris@128 | 39 Fader.cpp \ |
Chris@128 | 40 ItemEditDialog.cpp \ |
Chris@128 | 41 LayerTree.cpp \ |
Chris@128 | 42 LEDButton.cpp \ |
Chris@128 | 43 ListInputDialog.cpp \ |
Chris@189 | 44 NotifyingCheckBox.cpp \ |
Chris@189 | 45 NotifyingComboBox.cpp \ |
Chris@189 | 46 NotifyingPushButton.cpp \ |
Chris@190 | 47 NotifyingTabBar.cpp \ |
Chris@172 | 48 Panner.cpp \ |
Chris@128 | 49 PluginParameterBox.cpp \ |
Chris@128 | 50 PluginParameterDialog.cpp \ |
Chris@128 | 51 PropertyBox.cpp \ |
Chris@132 | 52 PropertyStack.cpp \ |
Chris@188 | 53 RangeInputDialog.cpp \ |
Chris@151 | 54 SubdividingMenu.cpp \ |
Chris@139 | 55 Thumbwheel.cpp \ |
Chris@225 | 56 TipDialog.cpp \ |
Chris@139 | 57 WindowShapePreview.cpp \ |
Chris@139 | 58 WindowTypeSelector.cpp |