QtxHid provides classes for communicating with HID devices.
To build a dynamic library:
$ qmake CONFIG+=dylib
$ make
To build a static library:
$ qmake CONFIG+=static
$ make
To run the test suite, first configure and build QtxHid as a dynamic library,
which each test executable will link against. Then invoke the check
target to
execute all tests in the suite.
$ qmake CONFIG+=dylib
$ make
$ make check
To generate API documentation, invoke the docs
target.
$ make docs
To view the documentation, open it in a web browser.
$ open doc/qtxhid/qtxhid-module.html
Copyright (c) 2013 Sifteo Inc. <http://www.sifteo.com/>