view layer/layer.pro @ 285:9dd432665059

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 86a112b5b319
children cd2492c5fe45
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 \
           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 \
           SliceLayer.cpp \
           SpectrogramLayer.cpp \
           SpectrumLayer.cpp \
           TextLayer.cpp \
           TimeInstantLayer.cpp \
           TimeRulerLayer.cpp \
           TimeValueLayer.cpp \
           WaveformLayer.cpp