mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Fix typo
This commit is contained in:
parent
c22cfbcaea
commit
d56fb6150c
@ -11,7 +11,7 @@ isEmpty(BINARY_RESULT_DIR) {
|
||||
CONFIG *= zint
|
||||
}
|
||||
|
||||
!contains(CONGIG, no_svg){
|
||||
!contains(CONFIG, no_svg) {
|
||||
QT *= svg
|
||||
CONFIG *= svg
|
||||
DEFINES += HAVE_SVG
|
||||
|
Loading…
Reference in New Issue
Block a user