No description
  • C++ 93.4%
  • QMake 5.6%
  • C 1%
Find a file
Pekka Vuorela 94caafdbc3
Merge pull request #13 from PureTryOut/qt6
fix: search for Qt version dependent QtFeedback
2026-04-14 15:20:52 +03:00
declarative .spec cleanups etc 2024-11-05 17:46:29 +02:00
doc [libngf-qt] Remove installation of non-existant manpages. 2013-04-08 14:53:14 +00:00
example Remove semicolons on places that don't need one 2017-08-22 15:02:01 +03:00
feedback fix: search for Qt version dependent QtFeedback 2026-04-14 13:53:30 +02:00
rpm .spec cleanups etc 2024-11-05 17:46:29 +02:00
src [libngf-qt] Simplify d-bus client by avoiding startup round-trips. JB#62786 2024-11-06 09:43:35 +02:00
tests QSignalSpy was changed in Qt 6.8 - add conditional compiling 2025-03-07 09:45:11 +00:00
.gitignore Add *.moc to .gitignore 2023-01-10 16:14:08 +02:00
common.pri Add back brace that was accidentally removed on previous commit 2017-05-24 15:37:31 +03:00
COPYING First version of Ngf::Client. 2012-12-17 16:01:57 +02:00
coverage.pri Add 'coverage' make target 2013-07-09 15:35:45 +00:00
libngf-qt.pro [libngf] Add QtFeedback plugin. JB#55261 2021-09-13 13:38:29 +03:00
README Update urls 2021-09-03 13:59:04 +03:00

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.