Mercurial > hg > svcore
comparison base/base.pro @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | |
children | 21792a550ec9 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
1 TEMPLATE = lib | |
2 | |
3 SV_UNIT_PACKAGES = | |
4 load(../sv.prf) | |
5 | |
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions | |
7 | |
8 TARGET = svbase | |
9 | |
10 DEPENDPATH += . | |
11 INCLUDEPATH += . .. | |
12 OBJECTS_DIR = tmp_obj | |
13 MOC_DIR = tmp_moc | |
14 | |
15 # Input | |
16 HEADERS += AudioLevel.h \ | |
17 AudioPlaySource.h \ | |
18 Clipboard.h \ | |
19 Command.h \ | |
20 CommandHistory.h \ | |
21 ConfigFile.h \ | |
22 Exceptions.h \ | |
23 FFTCache.h \ | |
24 Pitch.h \ | |
25 PlayParameterRepository.h \ | |
26 PlayParameters.h \ | |
27 Preferences.h \ | |
28 Profiler.h \ | |
29 PropertyContainer.h \ | |
30 RealTime.h \ | |
31 RecentFiles.h \ | |
32 ResizeableBitset.h \ | |
33 RingBuffer.h \ | |
34 Scavenger.h \ | |
35 Selection.h \ | |
36 TempDirectory.h \ | |
37 Thread.h \ | |
38 UnitDatabase.h \ | |
39 Window.h \ | |
40 XmlExportable.h \ | |
41 ZoomConstraint.h | |
42 SOURCES += AudioLevel.cpp \ | |
43 Clipboard.cpp \ | |
44 Command.cpp \ | |
45 CommandHistory.cpp \ | |
46 ConfigFile.cpp \ | |
47 Exceptions.cpp \ | |
48 FFTCache.cpp \ | |
49 Pitch.cpp \ | |
50 PlayParameterRepository.cpp \ | |
51 PlayParameters.cpp \ | |
52 Preferences.cpp \ | |
53 Profiler.cpp \ | |
54 PropertyContainer.cpp \ | |
55 RealTime.cpp \ | |
56 RecentFiles.cpp \ | |
57 Selection.cpp \ | |
58 TempDirectory.cpp \ | |
59 Thread.cpp \ | |
60 UnitDatabase.cpp \ | |
61 XmlExportable.cpp |