https://github.com/rodlie/libdisks
Udisks library for Qt
https://github.com/rodlie/libdisks
dbus library qt qt5 udisks
Last synced: 28 days ago
JSON representation
Udisks library for Qt
- Host: GitHub
- URL: https://github.com/rodlie/libdisks
- Owner: rodlie
- License: bsd-3-clause
- Created: 2018-05-11T17:36:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T21:57:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T09:17:55.061Z (over 1 year ago)
- Topics: dbus, library, qt, qt5, udisks
- Language: C++
- Homepage: http://libdisks.dracolinux.org
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libdisks
Udisks library for Qt.
```
mkdir build && cd build
qmake PREFIX=/usr LIBSUFFIX=64 .. && make
make INSTALL_ROOT=/tmp/pkg install
```
```
pkg
└── usr
├── include
│ └── libdisks
│ └── disks.h
├── lib64
│ ├── libDisks.so -> libDisks.so.1.0.0
│ ├── libDisks.so.1 -> libDisks.so.1.0.0
│ ├── libDisks.so.1.0 -> libDisks.so.1.0.0
│ ├── libDisks.so.1.0.0
│ └── pkgconfig
│ └── Disks.pc
└── share
└── doc
└── libdisks-1.0.0
├── LICENSE
└── README.md
```