1
Discussion | Обсуждение / Re: Print image from Qt Creator c++ code
« on: March 19, 2018, 02:53:10 pm »
Hello Alex,
First, I would like to thank you a lot for your help.
That was quick and efficient.
I tried to download the "develop branch" from git and build it.
Everythings seams to works good but when I compile my soft I have an error:
C:\LimeReport-master\Lib\include\lrglobal.h:49: erreur : QScriptEngine: No such file or directory
The error is there:
What is the problem ?
First, I would like to thank you a lot for your help.
That was quick and efficient.
I tried to download the "develop branch" from git and build it.
Everythings seams to works good but when I compile my soft I have an error:
C:\LimeReport-master\Lib\include\lrglobal.h:49: erreur : QScriptEngine: No such file or directory
The error is there:
Code: [Select]
#ifdef USE_QJSENGINE
//#include <QJSEngine>
#include <QQmlEngine>
#else
#include <QScriptEngine> <==(!)=====(!)======(!)== (line 49)
#endif
What is the problem ?