Add missing PUBLIC keyword and change LIBXISF_STATIC_LIB define
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user