0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

QJSEngine has been added

This commit is contained in:
Arin Alex
2016-11-01 20:42:45 +03:00
parent 3bf993eb5a
commit 2034aa15c8
15 changed files with 595 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
CONFIG += build_translations
CONFIG += zint
#CONFIG += qjsengine
#greaterThan(QT_MAJOR_VERSION, 4) {
# QT += uitools
#}
@@ -68,11 +68,15 @@ TRANSLATIONS_PATH = $$PWD/translations
greaterThan(QT_MAJOR_VERSION, 4) {
DEFINES+=HAVE_QT5
QT+= printsupport widgets
QT+= printsupport widgets qml
contains(QT,uitools){
message(uitools)
DEFINES += HAVE_UI_LOADER
}
contains(CONFIG, qjsengine){
message(qjsengine)
DEFINES += USE_QJSENGINE
}
}
lessThan(QT_MAJOR_VERSION, 5){