-
Notifications
You must be signed in to change notification settings - Fork 22
/
baiduFmUi.pro
58 lines (47 loc) · 1.06 KB
/
baiduFmUi.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-19T08:27:14
#
#-------------------------------------------------
QT += core gui network multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QBaiduFm
TEMPLATE = app
CONFIG += c++11
include(./qhotkey.pri)
SOURCES += main.cpp\
widget.cpp \
aristpicture.cpp \
lyrics.cpp \
channelswidget.cpp \
logindlg.cpp \
volpannel.cpp \
getbaiduchannel.cpp \
getsongplaylistid.cpp \
getsongreallink.cpp \
getaristpic.cpp \
getlrc.cpp \
getcirclescaledpixmap.cpp \
eventlabel.cpp \
downloadfile.cpp
HEADERS += widget.h \
aristpicture.h \
lyrics.h \
channelswidget.h \
logindlg.h \
volpannel.h \
getbaiduchannel.h \
getsongplaylistid.h \
getsongreallink.h \
getaristpic.h \
getlrc.h \
getcirclescaledpixmap.h \
eventlabel.h \
downloadfile.h
FORMS += widget.ui \
aristpicture.ui \
lyrics.ui \
channelswidget.ui \
logindlg.ui
RESOURCES += \
img.qrc