aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fileinfo/README.md
blob: 1e28689d0528cffe67919c27a896dd9f93c1345b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## File Information utility for the Lumina Desktop

This is a graphical utility for viewing/changing the properties on a file.

### Library Dependencies

1. Qt 5.2+ (specific modules listed below)
   * concurrent
   * core
   * gui
   * network
   * multimedia
   * svg
   * widgets
2. Other Libraries
   * libc
bgstack15