view layer/layer.pro @ 299:5c59c433b358

* Show colour swatch next to layer name in pane (if available) * Fix for incorrect layer name prefix handling (was making some layers appear to have the same model name in cases where the model names differed by the final character only)
author Chris Cannam
date Wed, 05 Sep 2007 15:17:15 +0000
parents cd2492c5fe45
children 46faec7aae12
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

TARGET = svlayer

DEPENDPATH += . ..
INCLUDEPATH += . ..
OBJECTS_DIR = tmp_obj
MOC_DIR = tmp_moc

# Input
HEADERS += Colour3DPlotLayer.h \
           ImageRegionFinder.h \
           Layer.h \
           LayerFactory.h \
           NoteLayer.h \
           PaintAssistant.h \
           SingleColourLayer.h \
           SliceableLayer.h \
           SliceLayer.h \
           SpectrogramLayer.h \
           SpectrumLayer.h \
           TextLayer.h \
           TimeInstantLayer.h \
           TimeRulerLayer.h \
           TimeValueLayer.h \
           WaveformLayer.h
SOURCES += Colour3DPlotLayer.cpp \
           ImageRegionFinder.cpp \
           Layer.cpp \
           LayerFactory.cpp \
           NoteLayer.cpp \
           PaintAssistant.cpp \
           SingleColourLayer.cpp \
           SliceLayer.cpp \
           SpectrogramLayer.cpp \
           SpectrumLayer.cpp \
           TextLayer.cpp \
           TimeInstantLayer.cpp \
           TimeRulerLayer.cpp \
           TimeValueLayer.cpp \
           WaveformLayer.cpp