Mercurial > hg > svgui
diff layer/layer.pro @ 303:46faec7aae12
* Phase 1 of an image layer.
author | Chris Cannam |
---|---|
date | Thu, 04 Oct 2007 16:34:11 +0000 |
parents | cd2492c5fe45 |
children | e1a9e478b7f2 |
line wrap: on
line diff
--- a/layer/layer.pro Mon Oct 01 13:48:38 2007 +0000 +++ b/layer/layer.pro Thu Oct 04 16:34:11 2007 +0000 @@ -15,6 +15,7 @@ # Input HEADERS += Colour3DPlotLayer.h \ + ImageLayer.h \ ImageRegionFinder.h \ Layer.h \ LayerFactory.h \ @@ -31,6 +32,7 @@ TimeValueLayer.h \ WaveformLayer.h SOURCES += Colour3DPlotLayer.cpp \ + ImageLayer.cpp \ ImageRegionFinder.cpp \ Layer.cpp \ LayerFactory.cpp \