mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
Add no_build_translations config parameter
This commit is contained in:
parent
169c8bbf9c
commit
715c241a37
@ -1,4 +1,7 @@
|
|||||||
CONFIG += build_translations
|
|
||||||
|
!contains(CONFIG, no_build_translations){
|
||||||
|
CONFIG += build_translations
|
||||||
|
}
|
||||||
|
|
||||||
!contains(CONFIG, no_zint){
|
!contains(CONFIG, no_zint){
|
||||||
CONFIG += zint
|
CONFIG += zint
|
||||||
|
Loading…
Reference in New Issue
Block a user