aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-05-02 09:15:37 -0400
committerq5sys <jt@obs-sec.com>2017-05-02 09:15:37 -0400
commit22c7e16f37ba4e25d3dc97de8e306327e1c2d635 (patch)
treefcd1cdc2a02482e1034aa899740f80c732b2f42b /src-qt5/desktop-utils
parentadd desktop file for application (diff)
downloadlumina-22c7e16f37ba4e25d3dc97de8e306327e1c2d635.tar.gz
lumina-22c7e16f37ba4e25d3dc97de8e306327e1c2d635.tar.bz2
lumina-22c7e16f37ba4e25d3dc97de8e306327e1c2d635.zip
update project file
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
index c146a687..96b0a758 100644
--- a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
+++ b/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
@@ -11,6 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = lumina-xdg-entry
TEMPLATE = app
+target.path = $${L_BINDIR}
DEFINES += QT_DEPRECATED_WARNINGS
@@ -20,3 +21,7 @@ SOURCES += main.cpp\
HEADERS += mainwindow.h
FORMS += mainwindow.ui
+
+desktop.files=lumina-xdg-entry.desktop
+desktop.path=$${L_SHAREDIR}/applications/
+
bgstack15