mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
integration into KDE menu
This commit is contained in:
parent
9496824058
commit
aacecaed67
|
@ -41,6 +41,22 @@ unix {
|
|||
locale.files = locale/ru.qm
|
||||
INSTALLS += target \
|
||||
locale
|
||||
|
||||
icons.path = /usr/share/pixmaps
|
||||
icons.files = redist/icons/*.*
|
||||
INSTALLS += icons
|
||||
|
||||
icons2.path = /usr/share/app-install/icons
|
||||
icons2.files = redist/icons/*.*
|
||||
INSTALLS += icons2
|
||||
|
||||
desktops.path = /usr/share/applications
|
||||
desktops.files = redist/*.desktop
|
||||
INSTALLS += desktops
|
||||
|
||||
desktops2.path = /usr/share/app-install/desktop
|
||||
desktops2.files = redist/*.desktop
|
||||
INSTALLS += desktops2
|
||||
}
|
||||
DEFINES += PROGRAM_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
|
|
BIN
src/locale/ru.qm
Executable file
BIN
src/locale/ru.qm
Executable file
Binary file not shown.
Loading…
Reference in a new issue