Project Qt-Tests for testing base functions of the Porter.
- Download zip or clone this repo.
- Download zip or clone Porter version what you want to test.
- Edit path to Porter files in qt pro-file.
Be careful, you are compiling a C ++ application with C code, use "extern C" for include file:
extern "C" {
#include "porter.h"
}