comparison widgets/widgets.pro @ 128:33929e0c3c6b

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents
children 26d9d65e4941
comparison
equal deleted inserted replaced
127:89c625dda204 128:33929e0c3c6b
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 QT += xml
8
9 TARGET = svwidgets
10
11 DEPENDPATH += . ..
12 INCLUDEPATH += . ..
13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc
15
16 # Input
17 HEADERS += AudioDial.h \
18 Fader.h \
19 ItemEditDialog.h \
20 LayerTree.h \
21 LEDButton.h \
22 ListInputDialog.h \
23 PluginParameterBox.h \
24 PluginParameterDialog.h \
25 PropertyBox.h \
26 PropertyStack.h
27 SOURCES += AudioDial.cpp \
28 Fader.cpp \
29 ItemEditDialog.cpp \
30 LayerTree.cpp \
31 LEDButton.cpp \
32 ListInputDialog.cpp \
33 PluginParameterBox.cpp \
34 PluginParameterDialog.cpp \
35 PropertyBox.cpp \
36 PropertyStack.cpp