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

Windows build has been fixed

This commit is contained in:
Arin Alex
2025-07-27 17:41:20 +03:00
parent 34d68b1050
commit 2b20232384
5 changed files with 22 additions and 6 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 \