Qrest must be compiled using a Qt 5 toolchain

Dependencies on GNU/Linux for MIDI operations : libasound2-dev (On Debian derivatvies)

I) Compile Qrest application
============================

    a) get to folder containing 'qrest.pro' file
    b) type `qmake qrest.pro`
    c) type `make`
    
    created executable : qrest

II) Compile Qrest unit tests
===============================

    a) get to folder containing 'tests.pro' file
    b) type `qmake tests.pro`
    c) type `make`

    created executable (Will launch all unit tests and print report on standard output) : qrest_unit_tests
