0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

CONFIG qtscriptengine & no_formdesigner have been added

This commit is contained in:
Arin Alex 2017-06-16 03:17:17 +03:00
parent 2e6a7473ea
commit 1c2de35166

View File

@ -4,8 +4,12 @@ CONFIG += build_translations
CONFIG += zint
}
CONFIG += qjsengine
CONFIG += dialogdesigner
!contains(CONFIG, qtscriptengine){
CONFIG += qjsengine
}
!contains(CONFIG, no_formdesigner){
CONFIG += dialogdesigner
}
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
contains(CONFIG,zint){