0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 16:44:39 +03:00

qjsengine and uitools are switched on

This commit is contained in:
Arin Alex 2016-11-02 14:54:36 +03:00
parent db87e5dc9e
commit cf1b2a4146

View File

@ -1,12 +1,12 @@
CONFIG += build_translations
CONFIG += zint
#CONFIG += qjsengine
#greaterThan(QT_MAJOR_VERSION, 4) {
# QT += uitools
#}
#lessThan(QT_MAJOR_VERSION, 5){
# CONFIG += uitools
#}
CONFIG += qjsengine
greaterThan(QT_MAJOR_VERSION, 4) {
QT += uitools
}
lessThan(QT_MAJOR_VERSION, 5){
CONFIG += uitools
}
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4