aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorq5sys (JT) <jt@ixsystems.com>2017-05-02 10:22:32 -0400
committerGitHub <noreply@github.com>2017-05-02 10:22:32 -0400
commit490632bde30080a1c1e14b8b64cb8b9f42f09a16 (patch)
treeef42361dfa81824c83a39a389afd47060725b6c3 /src-qt5
parentUpdate lumina-xdg-entry.pro (diff)
downloadlumina-490632bde30080a1c1e14b8b64cb8b9f42f09a16.tar.gz
lumina-490632bde30080a1c1e14b8b64cb8b9f42f09a16.tar.bz2
lumina-490632bde30080a1c1e14b8b64cb8b9f42f09a16.zip
add os-detect
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro2
1 files changed, 1 insertions, 1 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 7e86ae20..5784c76c 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
@@ -3,7 +3,7 @@
# Available under the MIT license
# See the LICENSE file for full details
#===========================================
-
+include("$${PWD}/../../OS-detect.pri")
QT += core gui
bgstack15