aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-notify')
-rw-r--r--src-qt5/desktop-utils/lumina-notify/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-notify/README.md b/src-qt5/desktop-utils/lumina-notify/README.md
index ea71b0f4..4772a743 100644
--- a/src-qt5/desktop-utils/lumina-notify/README.md
+++ b/src-qt5/desktop-utils/lumina-notify/README.md
@@ -15,7 +15,6 @@ For multiple word arguments encapsulate them with "s
***
Example usage in shell script
-***
~~~~
#!/bin/csh
@@ -31,3 +30,12 @@ else
./lumina-notify "High Five for Darth Jar Jar" Sure OK "Respect"
endif`
~~~~
+
+***
+
+### Library Dependencies
+
+1. Qt 5.0+ (specific modules listed below)
+ * core
+ * gui
+ * widgets
bgstack15