Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
375:daaf1c435d98 | 376:e1a9e478b7f2 |
---|---|
14 MOC_DIR = tmp_moc | 14 MOC_DIR = tmp_moc |
15 | 15 |
16 # Input | 16 # Input |
17 HEADERS += AudioDial.h \ | 17 HEADERS += AudioDial.h \ |
18 ColourNameDialog.h \ | 18 ColourNameDialog.h \ |
19 CommandHistory.h \ | |
19 Fader.h \ | 20 Fader.h \ |
20 IconLoader.h \ | 21 IconLoader.h \ |
21 ImageDialog.h \ | 22 ImageDialog.h \ |
22 ItemEditDialog.h \ | 23 ItemEditDialog.h \ |
23 KeyReference.h \ | 24 KeyReference.h \ |
35 PluginParameterDialog.h \ | 36 PluginParameterDialog.h \ |
36 PropertyBox.h \ | 37 PropertyBox.h \ |
37 PropertyStack.h \ | 38 PropertyStack.h \ |
38 RangeInputDialog.h \ | 39 RangeInputDialog.h \ |
39 SubdividingMenu.h \ | 40 SubdividingMenu.h \ |
41 TextAbbrev.h \ | |
40 Thumbwheel.h \ | 42 Thumbwheel.h \ |
41 TipDialog.h \ | 43 TipDialog.h \ |
42 WindowShapePreview.h \ | 44 WindowShapePreview.h \ |
43 WindowTypeSelector.h | 45 WindowTypeSelector.h |
44 SOURCES += AudioDial.cpp \ | 46 SOURCES += AudioDial.cpp \ |
45 ColourNameDialog.cpp \ | 47 ColourNameDialog.cpp \ |
48 CommandHistory.cpp \ | |
46 Fader.cpp \ | 49 Fader.cpp \ |
47 IconLoader.cpp \ | 50 IconLoader.cpp \ |
48 ImageDialog.cpp \ | 51 ImageDialog.cpp \ |
49 ItemEditDialog.cpp \ | 52 ItemEditDialog.cpp \ |
50 KeyReference.cpp \ | 53 KeyReference.cpp \ |
62 PluginParameterDialog.cpp \ | 65 PluginParameterDialog.cpp \ |
63 PropertyBox.cpp \ | 66 PropertyBox.cpp \ |
64 PropertyStack.cpp \ | 67 PropertyStack.cpp \ |
65 RangeInputDialog.cpp \ | 68 RangeInputDialog.cpp \ |
66 SubdividingMenu.cpp \ | 69 SubdividingMenu.cpp \ |
70 TextAbbrev.cpp \ | |
67 Thumbwheel.cpp \ | 71 Thumbwheel.cpp \ |
68 TipDialog.cpp \ | 72 TipDialog.cpp \ |
69 WindowShapePreview.cpp \ | 73 WindowShapePreview.cpp \ |
70 WindowTypeSelector.cpp | 74 WindowTypeSelector.cpp |