diff --git a/src/goldendict.pro b/src/goldendict.pro index baa4c787..40e81b20 100644 --- a/src/goldendict.pro +++ b/src/goldendict.pro @@ -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\\\" diff --git a/src/locale/ru.qm b/src/locale/ru.qm new file mode 100755 index 00000000..20543298 Binary files /dev/null and b/src/locale/ru.qm differ