aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-notify/README.md
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
committerKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
commit0c5959471008a91c00e64cdff16abb91d8569afe (patch)
treeedb0c5d169788fe0e00585813d0679003ada1084 /src-qt5/desktop-utils/lumina-notify/README.md
parentAdd a README.md to lumina-fileinfo (diff)
downloadlumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.gz
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.bz2
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.zip
Add a bunch more README.md files for the rest of the lumina desktop-utilities.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-notify/README.md')
-rw-r--r--src-qt5/desktop-utils/lumina-notify/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-notify/README.md b/src-qt5/desktop-utils/lumina-notify/README.md
index ea71b0f4..7a29d608 100644
--- a/src-qt5/desktop-utils/lumina-notify/README.md
+++ b/src-qt5/desktop-utils/lumina-notify/README.md
@@ -31,3 +31,10 @@ 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