diff options
author | Weblate <noreply@weblate.org> | 2017-05-14 00:07:06 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-05-14 00:07:06 +0000 |
commit | e97511c4d79fd7f93387d9f9c3e9df27e85a207e (patch) | |
tree | 2dea494e5d05c3192d75baa1b73bb3af60df054f | |
parent | Translated using Weblate (l_TE@da (generated)) (diff) | |
parent | fixing the project file (diff) | |
download | lumina-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.pro | 2 |
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 |