aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-05-14 00:07:06 +0000
committerWeblate <noreply@weblate.org>2017-05-14 00:07:06 +0000
commite97511c4d79fd7f93387d9f9c3e9df27e85a207e (patch)
tree2dea494e5d05c3192d75baa1b73bb3af60df054f
parentTranslated using Weblate (l_TE@da (generated)) (diff)
parentfixing the project file (diff)
downloadlumina-e97511c4d79fd7f93387d9f9c3e9df27e85a207e.tar.gz
lumina-e97511c4d79fd7f93387d9f9c3e9df27e85a207e.tar.bz2
lumina-e97511c4d79fd7f93387d9f9c3e9df27e85a207e.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--src-qt5/desktop-utils/lumina-notify/lumina-notify.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro b/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
index 8b1317d7..a5840986 100644
--- a/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
+++ b/src-qt5/desktop-utils/lumina-notify/lumina-notify.pro
@@ -2,6 +2,7 @@
# Created by q5sys
# Released under MIT License 2017-03-08
#-------------------------------------------------
+include("$${PWD}/../../OS-detect.pri")
QT += core gui
@@ -14,3 +15,4 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp
+INSTALLS += target desktop
bgstack15