-
Notifications
You must be signed in to change notification settings - Fork 8
/
kugou-music.pro
49 lines (40 loc) · 1.15 KB
/
kugou-music.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
######################################################################
# Automatically generated by qmake (3.0) ?? 3? 2 23:20:05 2018
######################################################################
QT += core gui widgets svg network multimedia
TEMPLATE = app
TARGET = kugou-music
INCLUDEPATH += .
CONFIG += c++11 link_pkgconfig
PKGCONFIG += dtkwidget
# Input
HEADERS += bottomwidget.h \
kugouapi.h \
mainwindow.h \
searchpage.h \
slidebar.h \
titlebar.h \
listview.h \
musicdata.h \
downloaddialog.h \
settings.h
SOURCES += bottomwidget.cpp \
kugouapi.cpp \
main.cpp \
mainwindow.cpp \
searchpage.cpp \
slidebar.cpp \
titlebar.cpp \
listview.cpp \
downloaddialog.cpp \
settings.cpp
RESOURCES += kugou-music.qrc
isEmpty(BINDIR):BINDIR=/usr/bin
isEmpty(APPDIR):APPDIR=/usr/share/applications
isEmpty(DSRDIR):DSRDIR=/usr/share/kugou-music
target.path = $$INSTROOT$$BINDIR
icon_files.path = $$PREFIX/share/icons/hicolor/scalable/apps/
icon_files.files = $$PWD/images/kugou-music.svg
desktop.path = $$INSTROOT$$APPDIR
desktop.files = kugou-music.desktop
INSTALLS += target desktop icon_files