aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify/README.md
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
committerWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
commit86f6fadf45c2b87749cffac82411d2371448da53 (patch)
treedfc1520b8ae2e59118b8a65d3f9438c1eead6b2c /src-qt5/desktop-utils/lumina-notify/README.md
parentAdd en_GB (diff)
parentAnother checkpoint in the compositing saga. Got most of it working, but still... (diff)
downloadlumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.gz
lumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.bz2
lumina-86f6fadf45c2b87749cffac82411d2371448da53.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-notify/README.md')
-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