Dear,
Alex
Greetings again, I would like to report a bug, when you compile Limereport project works fine, but when you copy Limereport lib folder into your own project and add it to .pro it does not compile and give the following error:
../limereport/lib/include/lrglobal.h:49: error: QScriptEngine: No such file or directory
#include <QScriptEngine>
It will compile fine if your change line: 49 in lrglobal.h file
From:
#include <QScriptEngine>
To:
#include <QtScript/QScriptEngine>
So I was wondering, can you change it in your source code so we do not have to be changing it on every update?
Regards,
Luis Murillo.