diff options
author | Weblate <noreply@weblate.org> | 2017-07-19 19:01:31 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-07-19 19:01:31 +0000 |
commit | b687e491eea208afba43b67a072ddf430bfeb1fc (patch) | |
tree | 80c24ebc2a04e3d20e74004ebf9e5411252a697d /src-qt5/desktop-utils/lumina-calculator | |
parent | Push local changes (diff) | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.gz lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.tar.bz2 lumina-b687e491eea208afba43b67a072ddf430bfeb1fc.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-calculator')
-rw-r--r-- | src-qt5/desktop-utils/lumina-calculator/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-calculator/README.md b/src-qt5/desktop-utils/lumina-calculator/README.md new file mode 100644 index 00000000..f99f9d20 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-calculator/README.md @@ -0,0 +1,16 @@ +## Scientific Calculator for the Lumina Desktop + +This is a graphical, scientific calculator with history and recall abilities. + +### Library Dependencies + +1. Qt 5.2+ (specific modules listed below) + * concurrent + * core + * gui + * network + * multimedia + * svg + * widgets +2. Other Libraries + * libc |