aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2018-01-02 20:53:45 +0000
committerWeblate <noreply@weblate.org>2018-01-02 20:53:45 +0000
commit42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f (patch)
treea92f81f73b37b7de76cc5238f1ec393ae5a18ecd /src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
parentTranslated using Weblate (Dutch) (diff)
parentUpdated project files for plugin system (diff)
downloadlumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.tar.gz
lumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.tar.bz2
lumina-42e4f35c9a2ea2689b62ef8c5461b14a2b820e4f.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro31
1 files changed, 0 insertions, 31 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
deleted file mode 100644
index 7159eccb..00000000
--- a/src-qt5/desktop-utils/lumina-xdg-entry/lumina-xdg-entry.pro
+++ /dev/null
@@ -1,31 +0,0 @@
-#===========================================
-# Copyright (c) 2017, q5sys (JT)
-# Available under the MIT license
-# See the LICENSE file for full details
-#===========================================
-include("$${PWD}/../../OS-detect.pri")
-
-QT += core gui
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-TARGET = lumina-xdg-entry
-TEMPLATE = app
-target.path = $${L_BINDIR}
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-SOURCES += main.cpp\
- mainwindow.cpp
-
-HEADERS += mainwindow.h
-
-FORMS += mainwindow.ui
-
-desktop.files=lumina-xdg-entry.desktop
-desktop.path=$${L_SHAREDIR}/applications/
-
-manpage.path=$${L_MANDIR}/man1/
-manpage.extra="$${MAN_ZIP} lumina-xdg-entry.1 > $(INSTALL_ROOT)$${L_MANDIR}/man1/lumina-xdg-entry.1.gz"
-
-INSTALLS += target desktop manpage
bgstack15