aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq5sys (JT) <jt@ixsystems.com>2017-05-02 10:20:30 -0400
committerGitHub <noreply@github.com>2017-05-02 10:20:30 -0400
commit469315b70cb243731eee269456e48b30b729406d (patch)
tree5b8afcec3392c4dc45a2c5a7406d32f63a855c61
parentUpdate SysMenuQuick.ui (diff)
downloadlumina-469315b70cb243731eee269456e48b30b729406d.tar.gz
lumina-469315b70cb243731eee269456e48b30b729406d.tar.bz2
lumina-469315b70cb243731eee269456e48b30b729406d.zip
Update lumina-xdg-entry.pro
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro1
1 files changed, 1 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 96b0a758..7e86ae20 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
@@ -25,3 +25,4 @@ FORMS += mainwindow.ui
desktop.files=lumina-xdg-entry.desktop
desktop.path=$${L_SHAREDIR}/applications/
+INSTALLS += target desktop
bgstack15