Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef LIBXISF_GLOBAL_H
|
||||
#define LIBXISF_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(LIBXISF_LIBRARY)
|
||||
# define LIBXISF_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define LIBXISF_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // LIBXISF_GLOBAL_H
|
||||
Reference in New Issue
Block a user