ScStw Libraries documentation

Introduction

This library is meant for usage with the Speed climbing stopwatch project. It contains some helper classes to build a client application for the ScStw basestation with Qt.

Installation

cd yourRepo
git submodule add https://git.itsblue.de/ScStw/shared-libraries/
git submodule update --init --recursive

And in your MyProject.pro include the .pri file: include($$PWD/shared-libraries/ScStwLibraries/ScStwLibraries.pri)