aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-xdg-entry/README.md
diff options
context:
space:
mode:
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, 12 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-xdg-entry/README.md b/src-qt5/desktop-utils/lumina-xdg-entry/README.md
new file mode 100644
index 00000000..32754215
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-xdg-entry/README.md
@@ -0,0 +1,12 @@
+## 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