-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecMasterNCutter.pro
118 lines (106 loc) · 2.7 KB
/
RecMasterNCutter.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-13T08:22:24
#
#-------------------------------------------------
QT += core gui
#QT += network
QT += multimedia widgets
include(quazip/quazip.pri)
QMAKE_RESOURCE_FLAGS += -no-compress
TARGET = RecMasterNCutter
TEMPLATE = app
INCLUDEPATH += $$PWD/quazip
DEPENDPATH += $$PWD/quazip
DEFINES += QUAZIP_STATIC
SOURCES += main.cpp\
mainwindow.cpp \
waveform.cpp \
wavedata.cpp \
marks.cpp \
markimages.cpp \
icondelegate.cpp \
savetracks.cpp \
audiooutput.cpp \
wavfile.cpp \
optionsdialog.cpp \
buttonstateitemdelegate.cpp \
buttonstate.cpp \
buttonstatewidget.cpp \
ziprw.cpp
HEADERS += mainwindow.h \
waveform.h \
wavedata.h \
marks.h \
markimages.h \
icondelegate.h \
savetracks.h \
audiooutput.h \
wavfile.h \
optionsdialog.h \
buttonstateitemdelegate.h \
buttonstate.h \
buttonstatewidget.h \
ziprw.h
FORMS += mainwindow.ui \
optionsdialog.ui
OTHER_FILES += \
icons/go-next-24.png \
icons/go-last-24.png \
icons/go-first-24.png \
icons/go-previous-24.png \
icons/save.png \
icons/open.png \
icons/delete.png \
icons/standardbutton-closetab-16.png \
icons/Start_Track.png \
icons/Start_Silence.png \
icons/Standard.png \
icons/End_Track.png \
icons/End_Silence.png \
icons/Add_Actual.png \
icons/Add_3.png \
icons/Add_2.png \
icons/Add_1.png \
icons/go-pos1-24.png \
icons/go-end-24.png \
icons/saveWave.png \
icons/Add_4.png \
icons/zoom-out.svg \
icons/zoom-in.svg \
icons/media_playlist_refresh.png \
icons/waveform.png \
myapp.rc \
icons/icon.png \
icon.ico \
icons/player_stop.png \
icons/player_play.png \
buttonstyleicons/WaveDiskette.png \
buttonstyleicons/WaveDiscTick24.png \
buttonstyleicons/WaveDiscGearShaddow24.png \
buttonstyleicons/WaveDiscGear24.png \
buttonstyleicons/notecompressTick24.png \
buttonstyleicons/notecompressGearShaddow24.png \
buttonstyleicons/notecompressGear24.png \
buttonstyleicons/notecompress24.png \
buttonstyleicons/fileopen_proc.png \
buttonstyleicons/fileopen.png \
icons/fadeIn.png \
icons/fadeOut.png \
lgpl-3.0.txt \
icons/rec.png \
icons/openrec.png \
icons/player_play_atline.png \
RecMasterNCutter_de.ts \
RecMasterNCutter_de.qm \
icons/Cd-Edit-32.png \
icons/saveTxt.png \
icons/newAudioCDProj.png \
icons/HandautoPlaze.png \
icons/End_FadeOut.png \
icons/Start_FadeIn.png
RESOURCES += \
icons.qrc \
icons2.qrc
RC_FILE = myapp.rc
TRANSLATIONS = RecMasterNCutter_de.ts