We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f42e7f commit ce8a07aCopy full SHA for ce8a07a
src/jyut-dict/jyut-dict.pro
@@ -278,12 +278,15 @@ unix:!macx {
278
binfile.CONFIG += no_check_exist
279
dictfile.files += resources/db/dict.db
280
dictfile.path = /usr/share/jyut-dict/dictionaries/
281
+ userfile.files += resources/db/user.db
282
+ userfile.path = /usr/share/jyut-dict/dictionaries/
283
shortcutfiles.files += platform/linux/jyut-dict.desktop
284
shortcutfiles.path = /usr/share/applications/
285
icon.files += resources/icon/jyut-dict.svg
286
icon.path = /usr/share/icons/hicolor/scalable/apps/
287
INSTALLS += binfile
288
INSTALLS += dictfile
289
+ INSTALLS += userfile
290
INSTALLS += shortcutfiles
291
INSTALLS += icon
292
}
0 commit comments