comparison files.pri @ 1155:d1bab6a99100 project-file-rework

Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
author Chris Cannam
date Mon, 24 Oct 2016 17:53:33 +0100
parents
children 3f5c82034f9b
comparison
equal deleted inserted replaced
1153:c5a82068bd60 1155:d1bab6a99100
1
2 SVGUI_HEADERS += \
3 layer/Colour3DPlotLayer.h \
4 layer/Colour3DPlotRenderer.h \
5 layer/ColourDatabase.h \
6 layer/ColourMapper.h \
7 layer/ColourScale.h \
8 layer/ColourScaleLayer.h \
9 layer/FlexiNoteLayer.h \
10 layer/ImageLayer.h \
11 layer/ImageRegionFinder.h \
12 layer/Layer.h \
13 layer/LayerFactory.h \
14 layer/LayerGeometryProvider.h \
15 layer/LinearNumericalScale.h \
16 layer/LogNumericalScale.h \
17 layer/LinearColourScale.h \
18 layer/LogColourScale.h \
19 layer/NoteLayer.h \
20 layer/PaintAssistant.h \
21 layer/PianoScale.h \
22 layer/RegionLayer.h \
23 layer/RenderTimer.h \
24 layer/ScrollableImageCache.h \
25 layer/ScrollableMagRangeCache.h \
26 layer/SingleColourLayer.h \
27 layer/SliceableLayer.h \
28 layer/SliceLayer.h \
29 layer/SpectrogramLayer.h \
30 layer/SpectrumLayer.h \
31 layer/TextLayer.h \
32 layer/TimeInstantLayer.h \
33 layer/TimeRulerLayer.h \
34 layer/TimeValueLayer.h \
35 layer/VerticalScaleLayer.h \
36 layer/WaveformLayer.h \
37 view/AlignmentView.h \
38 view/Overview.h \
39 view/Pane.h \
40 view/PaneStack.h \
41 view/View.h \
42 view/ViewManager.h \
43 view/ViewProxy.h \
44 widgets/ActivityLog.h \
45 widgets/AudioDial.h \
46 widgets/ClickableLabel.h \
47 widgets/ColourNameDialog.h \
48 widgets/CommandHistory.h \
49 widgets/CSVFormatDialog.h \
50 widgets/Fader.h \
51 widgets/InteractiveFileFinder.h \
52 widgets/IconLoader.h \
53 widgets/ImageDialog.h \
54 widgets/ItemEditDialog.h \
55 widgets/KeyReference.h \
56 widgets/LabelCounterInputDialog.h \
57 widgets/LayerTree.h \
58 widgets/LayerTreeDialog.h \
59 widgets/LEDButton.h \
60 widgets/LevelPanToolButton.h \
61 widgets/LevelPanWidget.h \
62 widgets/ListInputDialog.h \
63 widgets/MIDIFileImportDialog.h \
64 widgets/ModelDataTableDialog.h \
65 widgets/NotifyingCheckBox.h \
66 widgets/NotifyingComboBox.h \
67 widgets/NotifyingPushButton.h \
68 widgets/NotifyingTabBar.h \
69 widgets/Panner.h \
70 widgets/PluginParameterBox.h \
71 widgets/PluginParameterDialog.h \
72 widgets/ProgressDialog.h \
73 widgets/PropertyBox.h \
74 widgets/PropertyStack.h \
75 widgets/RangeInputDialog.h \
76 widgets/SelectableLabel.h \
77 widgets/SubdividingMenu.h \
78 widgets/TextAbbrev.h \
79 widgets/Thumbwheel.h \
80 widgets/TipDialog.h \
81 widgets/TransformFinder.h \
82 widgets/UnitConverter.h \
83 widgets/WindowShapePreview.h \
84 widgets/WindowTypeSelector.h
85
86 SVGUI_SOURCES += \
87 layer/Colour3DPlotLayer.cpp \
88 layer/Colour3DPlotRenderer.cpp \
89 layer/ColourDatabase.cpp \
90 layer/ColourMapper.cpp \
91 layer/ColourScale.cpp \
92 layer/FlexiNoteLayer.cpp \
93 layer/ImageLayer.cpp \
94 layer/ImageRegionFinder.cpp \
95 layer/Layer.cpp \
96 layer/LayerFactory.cpp \
97 layer/LinearNumericalScale.cpp \
98 layer/LogNumericalScale.cpp \
99 layer/LinearColourScale.cpp \
100 layer/LogColourScale.cpp \
101 layer/NoteLayer.cpp \
102 layer/PaintAssistant.cpp \
103 layer/PianoScale.cpp \
104 layer/RegionLayer.cpp \
105 layer/ScrollableImageCache.cpp \
106 layer/ScrollableMagRangeCache.cpp \
107 layer/SingleColourLayer.cpp \
108 layer/SliceLayer.cpp \
109 layer/SpectrogramLayer.cpp \
110 layer/SpectrumLayer.cpp \
111 layer/TextLayer.cpp \
112 layer/TimeInstantLayer.cpp \
113 layer/TimeRulerLayer.cpp \
114 layer/TimeValueLayer.cpp \
115 layer/WaveformLayer.cpp \
116 view/AlignmentView.cpp \
117 view/Overview.cpp \
118 view/Pane.cpp \
119 view/PaneStack.cpp \
120 view/View.cpp \
121 view/ViewManager.cpp \
122 widgets/ActivityLog.cpp \
123 widgets/AudioDial.cpp \
124 widgets/ColourNameDialog.cpp \
125 widgets/CommandHistory.cpp \
126 widgets/CSVFormatDialog.cpp \
127 widgets/Fader.cpp \
128 widgets/InteractiveFileFinder.cpp \
129 widgets/IconLoader.cpp \
130 widgets/ImageDialog.cpp \
131 widgets/ItemEditDialog.cpp \
132 widgets/KeyReference.cpp \
133 widgets/LabelCounterInputDialog.cpp \
134 widgets/LayerTree.cpp \
135 widgets/LayerTreeDialog.cpp \
136 widgets/LEDButton.cpp \
137 widgets/LevelPanToolButton.cpp \
138 widgets/LevelPanWidget.cpp \
139 widgets/ListInputDialog.cpp \
140 widgets/MIDIFileImportDialog.cpp \
141 widgets/ModelDataTableDialog.cpp \
142 widgets/NotifyingCheckBox.cpp \
143 widgets/NotifyingComboBox.cpp \
144 widgets/NotifyingPushButton.cpp \
145 widgets/NotifyingTabBar.cpp \
146 widgets/Panner.cpp \
147 widgets/PluginParameterBox.cpp \
148 widgets/PluginParameterDialog.cpp \
149 widgets/ProgressDialog.cpp \
150 widgets/PropertyBox.cpp \
151 widgets/PropertyStack.cpp \
152 widgets/RangeInputDialog.cpp \
153 widgets/SelectableLabel.cpp \
154 widgets/SubdividingMenu.cpp \
155 widgets/TextAbbrev.cpp \
156 widgets/Thumbwheel.cpp \
157 widgets/TipDialog.cpp \
158 widgets/TransformFinder.cpp \
159 widgets/UnitConverter.cpp \
160 widgets/WindowShapePreview.cpp \
161 widgets/WindowTypeSelector.cpp