From 5bfb7130d4808df7e43d33447715ab704105ee3b Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Wed, 31 Aug 2016 17:17:46 +0900
Subject: [PATCH] Rename desktopentry to desktop

---
 deployment.pri | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/deployment.pri b/deployment.pri
index 5e28d19..30f39b8 100644
--- a/deployment.pri
+++ b/deployment.pri
@@ -9,13 +9,13 @@ unix:!android {
 
     target.path = $${BINDIR}
 
-    desktopentry.files = $${SRCDIR}/desktop/$${TARGET}.desktop
-    desktopentry.path = $${DATADIR}/applications
+    desktop.files = $${SRCDIR}/desktop/$${TARGET}.desktop
+    desktop.path = $${DATADIR}/applications
 
     icon.files = $${SRCDIR}/desktop/$${TARGET}.svg
     icon.path = $${DATADIR}/icons/hicolor/scalable/apps
 
-    INSTALLS += target desktopentry icon
+    INSTALLS += target desktop icon
 }
 
 export(INSTALLS)
-- 
GitLab