mirror of
https://github.com/sailfishos/libngf-qt.git
synced 2026-05-25 19:39:01 +02:00
No description
- C++ 93.4%
- QMake 5.6%
- C 1%
|
|
||
|---|---|---|
| declarative | ||
| doc | ||
| example | ||
| feedback | ||
| rpm | ||
| src | ||
| tests | ||
| .gitignore | ||
| common.pri | ||
| COPYING | ||
| coverage.pri | ||
| libngf-qt.pro | ||
| README | ||
Ngf::Client =========== Source: https://github.com/sailfishos/libngf-qt/ Qt-based client for NGF daemon (Non-Graphic Feedback). See src/include/ngfclient.h for API documentation. Building -------- Prerequisities; Qt development environment (QtCore and QtDBus) and doxygen for man page generation. qmake PREFIX=/usr # Default prefix is /usr/local make make doc make install pkg-config -file (ngf-qt.pc) is generated during build as well.