diff --git a/deployment.pri b/deployment.pri index 5e28d19a8201b8c691cda2d40498f8bd2e131d82..30f39b844554120225fee3e8c25b9c9c2d8ef43d 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)