0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 19:56:58 +03:00

Merge tag '1.5.80' into develop

Finish 1.5.80
This commit is contained in:
Arin Alexander
2021-02-17 21:54:26 +03:00
11 changed files with 77 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ TEMPLATE = lib
contains(CONFIG, static_build){
message(Static Build)
CONFIG += staticlib
DEFINES += HAVE_STATIC_BUILD
DEFINES += QZINT_STATIC_BUILD
}
!contains(CONFIG, staticlib){

View File

@@ -3,14 +3,12 @@
#include <QtCore/qglobal.h>
#ifdef HAVE_STATIC_BUILD
#ifdef QZINT_STATIC_BUILD
# define QZINTSHARED_EXPORT /**/
#else
#if defined(QZINT_LIBRARY)
#elif QZINT_LIBRARY
# define QZINTSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZINTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif
#endif // QZINT_GLOBAL_H