Mercurial > hg > svgui
view layer/layer.pro @ 478:0990b95140e3
* incremental commit
author | Chris Cannam |
---|---|
date | Tue, 03 Feb 2009 12:02:17 +0000 |
parents | 92f4d88241b8 |
children | c860cab85904 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml #!!! debug { CONFIG += precompile_header PRECOMPILED_HEADER = ../stable.h } TARGET = svlayer DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += Colour3DPlotLayer.h \ ColourDatabase.h \ ColourMapper.h \ ImageLayer.h \ ImageRegionFinder.h \ Layer.h \ LayerFactory.h \ NoteLayer.h \ PaintAssistant.h \ RegionLayer.h \ SingleColourLayer.h \ SliceableLayer.h \ SliceLayer.h \ SpectrogramLayer.h \ SpectrumLayer.h \ TextLayer.h \ TimeInstantLayer.h \ TimeRulerLayer.h \ TimeValueLayer.h \ WaveformLayer.h SOURCES += Colour3DPlotLayer.cpp \ ColourDatabase.cpp \ ColourMapper.cpp \ ImageLayer.cpp \ ImageRegionFinder.cpp \ Layer.cpp \ LayerFactory.cpp \ NoteLayer.cpp \ PaintAssistant.cpp \ RegionLayer.cpp \ SingleColourLayer.cpp \ SliceLayer.cpp \ SpectrogramLayer.cpp \ SpectrumLayer.cpp \ TextLayer.cpp \ TimeInstantLayer.cpp \ TimeRulerLayer.cpp \ TimeValueLayer.cpp \ WaveformLayer.cpp