0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

build without qtscriptengine fixed

This commit is contained in:
Arin Alex
2018-03-22 02:38:42 +03:00
parent 3bbc02507a
commit 01e36f3bbe
5 changed files with 25 additions and 8 deletions

View File

@@ -29,7 +29,9 @@
****************************************************************************/
#include <QtGui>
#include <QTextLayout>
#ifndef USE_QJSENGINE
#include <QtScript/QScriptEngine>
#endif
#include <QLocale>
#include <QMessageBox>
#include <math.h>