Chris@128
|
1 TEMPLATE = lib
|
Chris@128
|
2
|
Chris@215
|
3 SV_UNIT_PACKAGES = vamp-hostsdk fftw3f
|
Chris@128
|
4 load(../sv.prf)
|
Chris@128
|
5
|
Chris@128
|
6 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions
|
Chris@128
|
7 QT += xml
|
Chris@128
|
8
|
Chris@128
|
9 TARGET = svwidgets
|
Chris@128
|
10
|
Chris@128
|
11 DEPENDPATH += . ..
|
Chris@128
|
12 INCLUDEPATH += . ..
|
Chris@128
|
13 OBJECTS_DIR = tmp_obj
|
Chris@128
|
14 MOC_DIR = tmp_moc
|
Chris@128
|
15
|
Chris@128
|
16 # Input
|
Chris@128
|
17 HEADERS += AudioDial.h \
|
Chris@285
|
18 ColourNameDialog.h \
|
Chris@376
|
19 CommandHistory.h \
|
Chris@378
|
20 CSVFormatDialog.h \
|
Chris@128
|
21 Fader.h \
|
Chris@378
|
22 FileFinder.h \
|
Chris@289
|
23 IconLoader.h \
|
Chris@303
|
24 ImageDialog.h \
|
Chris@128
|
25 ItemEditDialog.h \
|
Chris@281
|
26 KeyReference.h \
|
Chris@311
|
27 LabelCounterInputDialog.h \
|
Chris@128
|
28 LayerTree.h \
|
Chris@336
|
29 LayerTreeDialog.h \
|
Chris@128
|
30 LEDButton.h \
|
Chris@128
|
31 ListInputDialog.h \
|
Chris@378
|
32 MIDIFileImportDialog.h \
|
Chris@392
|
33 ModelDataTableDialog.h \
|
Chris@189
|
34 NotifyingCheckBox.h \
|
Chris@189
|
35 NotifyingComboBox.h \
|
Chris@189
|
36 NotifyingPushButton.h \
|
Chris@190
|
37 NotifyingTabBar.h \
|
Chris@172
|
38 Panner.h \
|
Chris@128
|
39 PluginParameterBox.h \
|
Chris@128
|
40 PluginParameterDialog.h \
|
Chris@378
|
41 ProgressDialog.h \
|
Chris@128
|
42 PropertyBox.h \
|
Chris@132
|
43 PropertyStack.h \
|
Chris@188
|
44 RangeInputDialog.h \
|
Chris@424
|
45 SelectableLabel.h \
|
Chris@151
|
46 SubdividingMenu.h \
|
Chris@376
|
47 TextAbbrev.h \
|
Chris@139
|
48 Thumbwheel.h \
|
Chris@225
|
49 TipDialog.h \
|
Chris@416
|
50 TransformFinder.h \
|
Chris@139
|
51 WindowShapePreview.h \
|
Chris@139
|
52 WindowTypeSelector.h
|
Chris@128
|
53 SOURCES += AudioDial.cpp \
|
Chris@285
|
54 ColourNameDialog.cpp \
|
Chris@376
|
55 CommandHistory.cpp \
|
Chris@378
|
56 CSVFormatDialog.cpp \
|
Chris@128
|
57 Fader.cpp \
|
Chris@378
|
58 FileFinder.cpp \
|
Chris@289
|
59 IconLoader.cpp \
|
Chris@303
|
60 ImageDialog.cpp \
|
Chris@128
|
61 ItemEditDialog.cpp \
|
Chris@281
|
62 KeyReference.cpp \
|
Chris@311
|
63 LabelCounterInputDialog.cpp \
|
Chris@128
|
64 LayerTree.cpp \
|
Chris@336
|
65 LayerTreeDialog.cpp \
|
Chris@128
|
66 LEDButton.cpp \
|
Chris@128
|
67 ListInputDialog.cpp \
|
Chris@378
|
68 MIDIFileImportDialog.cpp \
|
Chris@392
|
69 ModelDataTableDialog.cpp \
|
Chris@189
|
70 NotifyingCheckBox.cpp \
|
Chris@189
|
71 NotifyingComboBox.cpp \
|
Chris@189
|
72 NotifyingPushButton.cpp \
|
Chris@190
|
73 NotifyingTabBar.cpp \
|
Chris@172
|
74 Panner.cpp \
|
Chris@128
|
75 PluginParameterBox.cpp \
|
Chris@128
|
76 PluginParameterDialog.cpp \
|
Chris@378
|
77 ProgressDialog.cpp \
|
Chris@128
|
78 PropertyBox.cpp \
|
Chris@132
|
79 PropertyStack.cpp \
|
Chris@188
|
80 RangeInputDialog.cpp \
|
Chris@424
|
81 SelectableLabel.cpp \
|
Chris@151
|
82 SubdividingMenu.cpp \
|
Chris@376
|
83 TextAbbrev.cpp \
|
Chris@139
|
84 Thumbwheel.cpp \
|
Chris@225
|
85 TipDialog.cpp \
|
Chris@416
|
86 TransformFinder.cpp \
|
Chris@139
|
87 WindowShapePreview.cpp \
|
Chris@139
|
88 WindowTypeSelector.cpp
|