aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-xdg-entry/README.md
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/README.md
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/README.md')
-rw-r--r--src-qt5/desktop-utils/lumina-xdg-entry/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/README.md b/src-qt5/desktop-utils/lumina-xdg-entry/README.md
deleted file mode 100644
index 32754215..00000000
--- a/src-qt5/desktop-utils/lumina-xdg-entry/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## XDG Desktop Entry Creator for the Lumina Desktop
-
-This is a simple graphical utility to assist in creating XDG-compliant desktop entries.
-
-### Library Dependencies
-
-1. Qt 5.2+ (specific modules listed below)
- * core
- * gui
- * widgets
-2. Other Libraries
- * libc
bgstack15