mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Static build has been fixed
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
CONFIG += build_translations
|
||||
CONFIG += zint
|
||||
|
||||
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
||||
contains(CONFIG,zint){
|
||||
DEFINES += HAVE_ZINT
|
||||
}
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += uitools
|
||||
}
|
||||
@@ -8,8 +13,6 @@ lessThan(QT_MAJOR_VERSION, 5){
|
||||
CONFIG += uitools
|
||||
}
|
||||
|
||||
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
|
||||
|
||||
CONFIG(release, debug|release){
|
||||
message(Release)
|
||||
BUILD_TYPE = release
|
||||
@@ -82,3 +85,5 @@ lessThan(QT_MAJOR_VERSION, 5){
|
||||
DEFINES += HAVE_UI_LOADER
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user