Mercurial > hg > svgui
annotate widgets/widgets.pro @ 151:8f51db2434dc
* Pull alphabetical categorisation code out into a SubdividingMenu class
author | Chris Cannam |
---|---|
date | Mon, 25 Sep 2006 11:21:12 +0000 |
parents | 5ec6b60658d8 |
children | d0b95a8cac96 |
rev | line source |
---|---|
Chris@128 | 1 TEMPLATE = lib |
Chris@128 | 2 |
Chris@129 | 3 SV_UNIT_PACKAGES = vamp-sdk |
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@128 | 23 PluginParameterBox.h \ |
Chris@128 | 24 PluginParameterDialog.h \ |
Chris@128 | 25 PropertyBox.h \ |
Chris@132 | 26 PropertyStack.h \ |
Chris@151 | 27 SubdividingMenu.h \ |
Chris@139 | 28 Thumbwheel.h \ |
Chris@139 | 29 WindowShapePreview.h \ |
Chris@139 | 30 WindowTypeSelector.h |
Chris@128 | 31 SOURCES += AudioDial.cpp \ |
Chris@128 | 32 Fader.cpp \ |
Chris@128 | 33 ItemEditDialog.cpp \ |
Chris@128 | 34 LayerTree.cpp \ |
Chris@128 | 35 LEDButton.cpp \ |
Chris@128 | 36 ListInputDialog.cpp \ |
Chris@128 | 37 PluginParameterBox.cpp \ |
Chris@128 | 38 PluginParameterDialog.cpp \ |
Chris@128 | 39 PropertyBox.cpp \ |
Chris@132 | 40 PropertyStack.cpp \ |
Chris@151 | 41 SubdividingMenu.cpp \ |
Chris@139 | 42 Thumbwheel.cpp \ |
Chris@139 | 43 WindowShapePreview.cpp \ |
Chris@139 | 44 WindowTypeSelector.cpp |