comparison layer/layer.pro @ 376:e1a9e478b7f2

* juggle some files around in order to free audioio, base, and system libraries from dependency on QtGui
author Chris Cannam
date Wed, 12 Mar 2008 17:42:56 +0000
parents 46faec7aae12
children 96e4d7b9e165
comparison
equal deleted inserted replaced
375:daaf1c435d98 376:e1a9e478b7f2
13 OBJECTS_DIR = tmp_obj 13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc 14 MOC_DIR = tmp_moc
15 15
16 # Input 16 # Input
17 HEADERS += Colour3DPlotLayer.h \ 17 HEADERS += Colour3DPlotLayer.h \
18 ColourDatabase.h \
19 ColourMapper.h \
18 ImageLayer.h \ 20 ImageLayer.h \
19 ImageRegionFinder.h \ 21 ImageRegionFinder.h \
20 Layer.h \ 22 Layer.h \
21 LayerFactory.h \ 23 LayerFactory.h \
22 NoteLayer.h \ 24 NoteLayer.h \
30 TimeInstantLayer.h \ 32 TimeInstantLayer.h \
31 TimeRulerLayer.h \ 33 TimeRulerLayer.h \
32 TimeValueLayer.h \ 34 TimeValueLayer.h \
33 WaveformLayer.h 35 WaveformLayer.h
34 SOURCES += Colour3DPlotLayer.cpp \ 36 SOURCES += Colour3DPlotLayer.cpp \
37 ColourDatabase.cpp \
38 ColourMapper.cpp \
35 ImageLayer.cpp \ 39 ImageLayer.cpp \
36 ImageRegionFinder.cpp \ 40 ImageRegionFinder.cpp \
37 Layer.cpp \ 41 Layer.cpp \
38 LayerFactory.cpp \ 42 LayerFactory.cpp \
39 NoteLayer.cpp \ 43 NoteLayer.cpp \