-
Notifications
You must be signed in to change notification settings - Fork 6
/
dmidiplayer.pro
77 lines (77 loc) · 1.7 KB
/
dmidiplayer.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
TEMPLATE = app
TARGET = dmidiplayer
VERSION = 1.7.5
QT += gui widgets printsupport
CONFIG += qt thread exceptions c++11 link_pkgconfig
INCLUDEPATH += $$(DRUMSTICKINCLUDES)
LIBS += -L $$(DRUMSTICKLIBS) -ldrumstick-rt -ldrumstick-file -ldrumstick-widgets
PKGCONFIG += uchardet
DEFINES += VERSION=$$VERSION
FORMS += guiplayer.ui \
loopdialog.ui \
playerabout.ui \
connections.ui \
playlist.ui \
prefsdialog.ui \
toolbareditdialog.ui
HEADERS += \
channels.h \
connections.h \
events.h \
framelesswindow.h \
guiplayer.h \
helpwindow.h \
iconutils.h \
instrumentset.h \
loopdialog.h \
lyrics.h \
pianola.h \
playerabout.h \
playlist.h \
prefsdialog.h \
recentfileshelper.h \
rhythmview.h \
seqplayer.h \
sequence.h \
settings.h \
toolbareditdialog.h \
vumeter.h
SOURCES += \
channels.cpp \
connections.cpp \
events.cpp \
framelesswindow.cpp \
guiplayer.cpp \
helpwindow.cpp \
iconutils.cpp \
instrumentset.cpp \
loopdialog.cpp \
lyrics.cpp \
pianola.cpp \
playerabout.cpp \
playermain.cpp \
playlist.cpp \
prefsdialog.cpp \
recentfileshelper.cpp \
rhythmview.cpp \
seqplayer.cpp \
sequence.cpp \
settings.cpp \
toolbareditdialog.cpp \
vumeter.cpp
win32 {
HEADERS += winsnap.h
SOURCES += winsnap.cpp
}
RESOURCES += \
guiplayer.qrc \
docs/help.qrc
TRANSLATIONS += \
translations/dmidiplayer_cs.ts \
translations/dmidiplayer_de.ts \
translations/dmidiplayer_en.ts \
translations/dmidiplayer_es.ts \
translations/dmidiplayer_fr.ts \
translations/dmidiplayer_gl.ts \
translations/dmidiplayer_it.ts \
translations/dmidiplayer_ru.ts