Mercurial > hg > svgui
comparison files.pri @ 1554:a0b2f3b4dd2f spectrogram-export
Start work on spectrogram export code
author | Chris Cannam |
---|---|
date | Mon, 06 Jan 2020 14:46:25 +0000 |
parents | 2e94c268f7a0 |
children | 3943553b95b0 |
comparison
equal
deleted
inserted
replaced
1553:76e4302a3fc2 | 1554:a0b2f3b4dd2f |
---|---|
1 | 1 |
2 SVGUI_HEADERS += \ | 2 SVGUI_HEADERS += \ |
3 layer/Colour3DPlotExporter.h \ | |
3 layer/Colour3DPlotLayer.h \ | 4 layer/Colour3DPlotLayer.h \ |
4 layer/Colour3DPlotRenderer.h \ | 5 layer/Colour3DPlotRenderer.h \ |
5 layer/ColourDatabase.h \ | 6 layer/ColourDatabase.h \ |
6 layer/ColourMapper.h \ | 7 layer/ColourMapper.h \ |
7 layer/ColourScale.h \ | 8 layer/ColourScale.h \ |
93 widgets/WidgetScale.h \ | 94 widgets/WidgetScale.h \ |
94 widgets/WindowShapePreview.h \ | 95 widgets/WindowShapePreview.h \ |
95 widgets/WindowTypeSelector.h | 96 widgets/WindowTypeSelector.h |
96 | 97 |
97 SVGUI_SOURCES += \ | 98 SVGUI_SOURCES += \ |
99 layer/Colour3DPlotExporter.cpp \ | |
98 layer/Colour3DPlotLayer.cpp \ | 100 layer/Colour3DPlotLayer.cpp \ |
99 layer/Colour3DPlotRenderer.cpp \ | 101 layer/Colour3DPlotRenderer.cpp \ |
100 layer/ColourDatabase.cpp \ | 102 layer/ColourDatabase.cpp \ |
101 layer/ColourMapper.cpp \ | 103 layer/ColourMapper.cpp \ |
102 layer/ColourScale.cpp \ | 104 layer/ColourScale.cpp \ |