Mercurial > hg > svgui
annotate widgets/widgets.pro @ 376:e1a9e478b7f2
* juggle some files around in order to free audioio, base, and system libraries
from dependency on QtGui
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 17:42:56 +0000 |
parents | 4a542ba875c2 |
children | 22b72f0f6a4e |
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@376 | 19 CommandHistory.h \ |
Chris@128 | 20 Fader.h \ |
Chris@289 | 21 IconLoader.h \ |
Chris@303 | 22 ImageDialog.h \ |
Chris@128 | 23 ItemEditDialog.h \ |
Chris@281 | 24 KeyReference.h \ |
Chris@311 | 25 LabelCounterInputDialog.h \ |
Chris@128 | 26 LayerTree.h \ |
Chris@336 | 27 LayerTreeDialog.h \ |
Chris@128 | 28 LEDButton.h \ |
Chris@128 | 29 ListInputDialog.h \ |
Chris@189 | 30 NotifyingCheckBox.h \ |
Chris@189 | 31 NotifyingComboBox.h \ |
Chris@189 | 32 NotifyingPushButton.h \ |
Chris@190 | 33 NotifyingTabBar.h \ |
Chris@172 | 34 Panner.h \ |
Chris@128 | 35 PluginParameterBox.h \ |
Chris@128 | 36 PluginParameterDialog.h \ |
Chris@128 | 37 PropertyBox.h \ |
Chris@132 | 38 PropertyStack.h \ |
Chris@188 | 39 RangeInputDialog.h \ |
Chris@151 | 40 SubdividingMenu.h \ |
Chris@376 | 41 TextAbbrev.h \ |
Chris@139 | 42 Thumbwheel.h \ |
Chris@225 | 43 TipDialog.h \ |
Chris@139 | 44 WindowShapePreview.h \ |
Chris@139 | 45 WindowTypeSelector.h |
Chris@128 | 46 SOURCES += AudioDial.cpp \ |
Chris@285 | 47 ColourNameDialog.cpp \ |
Chris@376 | 48 CommandHistory.cpp \ |
Chris@128 | 49 Fader.cpp \ |
Chris@289 | 50 IconLoader.cpp \ |
Chris@303 | 51 ImageDialog.cpp \ |
Chris@128 | 52 ItemEditDialog.cpp \ |
Chris@281 | 53 KeyReference.cpp \ |
Chris@311 | 54 LabelCounterInputDialog.cpp \ |
Chris@128 | 55 LayerTree.cpp \ |
Chris@336 | 56 LayerTreeDialog.cpp \ |
Chris@128 | 57 LEDButton.cpp \ |
Chris@128 | 58 ListInputDialog.cpp \ |
Chris@189 | 59 NotifyingCheckBox.cpp \ |
Chris@189 | 60 NotifyingComboBox.cpp \ |
Chris@189 | 61 NotifyingPushButton.cpp \ |
Chris@190 | 62 NotifyingTabBar.cpp \ |
Chris@172 | 63 Panner.cpp \ |
Chris@128 | 64 PluginParameterBox.cpp \ |
Chris@128 | 65 PluginParameterDialog.cpp \ |
Chris@128 | 66 PropertyBox.cpp \ |
Chris@132 | 67 PropertyStack.cpp \ |
Chris@188 | 68 RangeInputDialog.cpp \ |
Chris@151 | 69 SubdividingMenu.cpp \ |
Chris@376 | 70 TextAbbrev.cpp \ |
Chris@139 | 71 Thumbwheel.cpp \ |
Chris@225 | 72 TipDialog.cpp \ |
Chris@139 | 73 WindowShapePreview.cpp \ |
Chris@139 | 74 WindowTypeSelector.cpp |