Is there any documentation on how to compile?
On linux mint 17.3 (ubuntu 14.04.3), I tried
QtMiner.h: No such file or directory
#include "QtMiner.h"
This resulted in the error
main.cpp:1:21: fatal error: QtMiner.h: No such file or directory
#include "QtMiner.h"
^
compilation terminated.
qtminer.cpp:1:21: fatal error: QtMiner.h: No such file or directory
#include "QtMiner.h"
^
compilation terminated.
Is there any documentation on how to compile?
On linux mint 17.3 (ubuntu 14.04.3), I tried
QtMiner.h: No such file or directory #include "QtMiner.h"This resulted in the error