mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +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 += zint
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += qjsengine
|
!contains(CONFIG, qtscriptengine){
|
||||||
CONFIG += dialogdesigner
|
CONFIG += qjsengine
|
||||||
|
}
|
||||||
|
!contains(CONFIG, no_formdesigner){
|
||||||
|
CONFIG += dialogdesigner
|
||||||
|
}
|
||||||
|
|
||||||
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
||||||
contains(CONFIG,zint){
|
contains(CONFIG,zint){
|
||||||
|
Loading…
Reference in New Issue
Block a user