mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
Fix zint version
This commit is contained in:
parent
9d6a2ef780
commit
c910c425fd
@ -24,7 +24,7 @@ unix{
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$PWD/../backend
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS ZINT_VERSION=\\\"$$VERSION\\\"
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS ZINT_VERSION=\\\"$$ZINT_VERSION\\\"
|
||||
CONFIG(release, debug|release){
|
||||
TARGET = QtZint
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user