Add missing PUBLIC keyword and change LIBXISF_STATIC_LIB define

This commit is contained in:
2023-02-10 13:34:50 +01:00
parent 2e8bbf6e30
commit 2107d68e71
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -21,14 +21,14 @@
#include <QtCore/qglobal.h>
#ifdef LIBXISF_SHARED_LIB
#ifdef LIBXISF_STATIC_LIB
# define LIBXISF_EXPORT
#else
# if defined(LIBXISF_LIBRARY)
# define LIBXISF_EXPORT Q_DECL_EXPORT
# else
# define LIBXISF_EXPORT Q_DECL_IMPORT
# endif
#else
# define LIBXISF_EXPORT
#endif
#endif // LIBXISF_GLOBAL_H