0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Fix build on Qt 4

This commit is contained in:
Arin Alexander
2016-03-22 22:58:18 +03:00
parent 0550654b04
commit 372c677f6f
2 changed files with 25 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
#CONFIG += build_translations
CONFIG += zint
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
@@ -11,6 +12,7 @@ DEFINES += LIMEREPORT_VERSION=$${LIMEREPORT_VERSION}
QT += script xml sql
REPORT_PATH = $$PWD/limereport
TRANSLATIONS_PATH = $$PWD/translations
greaterThan(QT_MAJOR_VERSION, 4) {
DEFINES+=HAVE_QT5