mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
CONFIG qtscriptengine & no_formdesigner have been added
This commit is contained in:
parent
2e6a7473ea
commit
1c2de35166
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user