Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 281 Bytes

qntp

NTP client implemented in C++ using Qt.

You can link with qntp either by including the corresponding CMakeLists.txt, or by simply adding all qntp headers into your project (don't forget to AUTOMOC them in this case).

See examples/qntp_example.cpp for example usage.