0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

Merge tag '1.7.18' into develop

Finish 1.7.18
This commit is contained in:
Arin Alex
2025-07-27 19:00:00 +03:00
5 changed files with 21 additions and 8 deletions

View File

@@ -35,6 +35,12 @@ CONFIG(staticlib) {
DEFINES -= LIMEREPORT_EXPORTS
}
contains(CONFIG, x86_64) {
message(Цель: 64 бита)
} else {
message(Цель: 32 бита)
}
EXTRA_FILES += \
$$PWD/lrglobal.h \
$$PWD/lrdatasourceintf.h \