@@ -36,62 +36,55 @@ SOURCES += \
36
36
UndoCommands/UnlinkPinCommand.cpp \
37
37
Utils.cpp \
38
38
WAVFormat.cpp \
39
- main.cpp \
40
- Components/AddComponent.cpp \
41
- Components/ADSRComponent.cpp \
42
- Components/Component.cpp \
43
- Components/ComponentFactory.cpp \
44
- Components/DelayComponent.cpp \
45
- Components/GeneratorComponent.cpp \
46
- Components/MultiplyComponent.cpp \
47
- Components/OutputComponent.cpp \
48
- Components/RandomComponent.cpp \
49
- Components/RepeatComponent.cpp \
50
- Components/SawToothComponent.cpp \
51
- Components/SinusComponent.cpp \
52
- Components/SquareComponent.cpp \
53
- Components/TriangleComponent.cpp \
54
- UI/mainwindow .cpp \
55
- UI/linkitem .cpp \
56
- UI/nodalview .cpp \
57
- UI/nodeitem .cpp \
58
- UI/pinitem .cpp \
59
- UI/waveformchunk .cpp \
60
- UI/waveformview .cpp \
61
- Random .cpp \
62
- Signal .cpp \
63
- UI/pinoutputitem .cpp \
64
- UI/pininputitem .cpp \
65
- UI/lineeditqreal .cpp \
66
- UI/pushordragbutton .cpp \
67
- UndoCommands/SelectComponentCommand .cpp
39
+ main.cpp \
40
+ Components/AddComponent.cpp \
41
+ Components/ADSRComponent.cpp \
42
+ Components/Component.cpp \
43
+ Components/ComponentFactory.cpp \
44
+ Components/DelayComponent.cpp \
45
+ Components/GeneratorComponent.cpp \
46
+ Components/MultiplyComponent.cpp \
47
+ Components/OutputComponent.cpp \
48
+ Components/RandomComponent.cpp \
49
+ Components/RepeatComponent.cpp \
50
+ Components/SawToothComponent.cpp \
51
+ Components/SinusComponent.cpp \
52
+ Components/SquareComponent.cpp \
53
+ Components/TriangleComponent.cpp \
54
+ Random .cpp \
55
+ Signal .cpp \
56
+ UndoCommands/SelectComponentCommand .cpp \
57
+ UI/LineEditQReal .cpp \
58
+ UI/LinkItem .cpp \
59
+ UI/MainWindow .cpp \
60
+ UI/NodalView .cpp \
61
+ UI/NodeItem .cpp \
62
+ UI/PinInputItem .cpp \
63
+ UI/PinItem .cpp \
64
+ UI/PinOutputItem .cpp \
65
+ UI/PushOrDragButton .cpp \
66
+ UI/WaveFormChunk .cpp \
67
+ UI/WaveFormView .cpp
68
68
69
69
HEADERS += \
70
- Components/AddComponent.h \
71
- Components/ADSRComponent.h \
72
- Components/Component.h \
73
- Components/ComponentFactory.h \
74
- Components/DelayComponent.h \
75
- Components/GeneratorComponent.h \
76
- Components/MultiplyComponent.h \
77
- Components/OutputComponent.h \
78
- Components/RandomComponent.h \
79
- Components/RepeatComponent.h \
80
- Components/SawToothComponent.h \
81
- Components/SinusComponent.h \
82
- Components/SquareComponent.h \
83
- Components/TriangleComponent.h \
70
+ Components/AddComponent.h \
71
+ Components/ADSRComponent.h \
72
+ Components/Component.h \
73
+ Components/ComponentFactory.h \
74
+ Components/DelayComponent.h \
75
+ Components/GeneratorComponent.h \
76
+ Components/MultiplyComponent.h \
77
+ Components/OutputComponent.h \
78
+ Components/RandomComponent.h \
79
+ Components/RepeatComponent.h \
80
+ Components/SawToothComponent.h \
81
+ Components/SinusComponent.h \
82
+ Components/SquareComponent.h \
83
+ Components/TriangleComponent.h \
84
84
NodalScene.h \
85
85
Types.h \
86
- UI/mainwindow.h \
87
- UI/linkitem.h \
88
- UI/nodalview.h \
89
- UI/nodeitem.h \
90
- UI/pinitem.h \
91
- UI/waveformchunk.h \
92
- UI/waveformview.h \
93
- Random.h \
94
- Signal.h \
86
+ Random.h \
87
+ Signal.h \
95
88
UndoCommands/ChangeInputValueCommand.h \
96
89
UndoCommands/CreateComponentCommand.h \
97
90
UndoCommands/DeleteComponentCommand.h \
@@ -100,14 +93,21 @@ HEADERS += \
100
93
UndoCommands/UnlinkPinCommand.h \
101
94
Utils.h \
102
95
WAVFormat.h \
103
- UI/pinoutputitem.h \
104
- UI/pininputitem.h \
105
- UI/lineeditqreal.h \
106
- UI/pushordragbutton.h \
107
- UndoCommands/SelectComponentCommand.h
96
+ UndoCommands/SelectComponentCommand.h \
97
+ UI/LineEditQReal.h \
98
+ UI/LinkItem.h \
99
+ UI/MainWindow.h \
100
+ UI/NodalView.h \
101
+ UI/NodeItem.h \
102
+ UI/PinInputItem.h \
103
+ UI/PinItem.h \
104
+ UI/PinOutputItem.h \
105
+ UI/PushOrDragButton.h \
106
+ UI/WaveFormChunk.h \
107
+ UI/WaveFormView.h
108
108
109
109
FORMS += \
110
- UI/mainwindow.ui
110
+ UI/mainwindow.ui
111
111
112
112
# Default rules for deployment.
113
113
qnx: target.path = /tmp/ $${TARGET }/bin
0 commit comments