From cf1b2a4146181f4224c5a7fb3abfd9d2bfc91d8f Mon Sep 17 00:00:00 2001 From: Arin Alex Date: Wed, 2 Nov 2016 14:54:36 +0300 Subject: [PATCH] qjsengine and uitools are switched on --- common.pri | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common.pri b/common.pri index 78398e5..fcefb93 100644 --- a/common.pri +++ b/common.pri @@ -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