aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-30 22:18:18 -0400
committerKen Moore <moorekou@gmail.com>2016-06-30 22:18:18 -0400
commit668066f1910a694b874271622bcf42ac0dff7141 (patch)
tree497013386963eef79e48c12eb57563c2fcad73be /src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro
parentAdd in the last 2 converted pages (session_[locale/options]). Leave the new U... (diff)
downloadlumina-668066f1910a694b874271622bcf42ac0dff7141.tar.gz
lumina-668066f1910a694b874271622bcf42ac0dff7141.tar.bz2
lumina-668066f1910a694b874271622bcf42ac0dff7141.zip
Setup lumina-fileinfo that that it can be used to create brand-new application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro')
-rw-r--r--src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro b/src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro
index 2c4ffdbe..1c1bfc70 100644
--- a/src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro
+++ b/src-qt5/desktop-utils/lumina-fileinfo/lumina-fileinfo.pro
@@ -89,7 +89,10 @@ TRANSLATIONS = i18n/lumina-fileinfo_af.ts \
dotrans.path=$${L_SHAREDIR}/lumina-desktop/i18n/
dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/lumina-desktop/i18n/
-INSTALLS += target
+desktop.files=lumina-fileinfo.desktop
+desktop.path=$${L_SHAREDIR}/applications/
+
+INSTALLS += target desktop
WITH_I18N{
INSTALLS += dotrans
bgstack15