aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-calculator/README.md
blob: f99f9d205cec01a52d7ff20a1d23c21299fe07e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
bgstack15