This commit is contained in:
Kevin Yue
2020-02-16 20:59:32 +08:00
parent 94f9048096
commit c3a5f8d39d
4 changed files with 116 additions and 3 deletions

View File

@@ -44,9 +44,13 @@ target.path = /usr/local/bin
INSTALLS += target
DISTFILES += \
com.yuezk.qt.GPClient.svg \
com.yuezk.qt.gpclient.desktop
desktop_entry.path = /usr/share/applications/
desktop_entry.files = com.yuezk.qt.gpclient.desktop
INSTALLS += desktop_entry
desktop_icon.path = /usr/share/pixmaps/
desktop_icon.files = com.yuezk.qt.GPClient.svg
INSTALLS += desktop_entry desktop_icon