mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 08:34:38 +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 += 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user