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:
parent
db87e5dc9e
commit
cf1b2a4146
14
common.pri
14
common.pri
@ -1,12 +1,12 @@
|
|||||||
CONFIG += build_translations
|
CONFIG += build_translations
|
||||||
CONFIG += zint
|
CONFIG += zint
|
||||||
#CONFIG += qjsengine
|
CONFIG += qjsengine
|
||||||
#greaterThan(QT_MAJOR_VERSION, 4) {
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
# QT += uitools
|
QT += uitools
|
||||||
#}
|
}
|
||||||
#lessThan(QT_MAJOR_VERSION, 5){
|
lessThan(QT_MAJOR_VERSION, 5){
|
||||||
# CONFIG += uitools
|
CONFIG += uitools
|
||||||
#}
|
}
|
||||||
|
|
||||||
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user