forked from zhazhaog/qqmsuic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQQMusic.pro
117 lines (107 loc) · 2.24 KB
/
QQMusic.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
QT += core gui multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
btfrom.cpp \
carousel.cpp \
collapsesongsheet.cpp \
iconfont.cpp \
images.cpp \
listitembox.cpp \
lyricspage.cpp \
maction.cpp \
main.cpp \
mbt.cpp \
mbutton.cpp \
melikepage.cpp \
mimg.cpp \
musicbox.cpp \
musicboxs.cpp \
musichallpage.cpp \
musiclistbox.cpp \
musicslider.cpp \
phonogram.cpp \
playmode.cpp \
qqmenu.cpp \
qqmusic.cpp \
radiopage.cpp \
rankingbox.cpp \
recbox.cpp \
recitem.cpp \
sreachbox.cpp \
srechmusicfrom.cpp \
videopage.cpp \
volumetool.cpp
HEADERS += \
btfrom.h \
carousel.h \
collapsesongsheet.h \
iconfont.h \
images.h \
listitembox.h \
lyricspage.h \
maction.h \
mbt.h \
mbutton.h \
melikepage.h \
mimg.h \
musicbox.h \
musicboxs.h \
musichallpage.h \
musiclistbox.h \
musicslider.h \
phonogram.h \
playmode.h \
qqmenu.h \
qqmusic.h \
radiopage.h \
rankingbox.h \
recbox.h \
recitem.h \
sreachbox.h \
srechmusicfrom.h \
videopage.h \
volumetool.h
FORMS += \
btfrom.ui \
carousel.ui \
collapsesongsheet.ui \
listitembox.ui \
lyricspage.ui \
maction.ui \
mbt.ui \
mbutton.ui \
melikepage.ui \
mimg.ui \
musicbox.ui \
musicboxs.ui \
musichallpage.ui \
musiclistbox.ui \
musicslider.ui \
phonogram.ui \
playmode.ui \
qqmenu.ui \
qqmusic.ui \
radiopage.ui \
rankingbox.ui \
recbox.ui \
recitem.ui \
sreachbox.ui \
srechmusicfrom.ui \
videopage.ui \
volumetool.ui
TRANSLATIONS += \
QQMusic_zh_CN.ts
CONFIG += lrelease
CONFIG += embed_translations
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
res.qrc
DISTFILES += \
images/mao.png