Initial commit

This commit is contained in:
2023-01-21 08:37:06 +01:00
commit 1b71603f9b
13 changed files with 7674 additions and 0 deletions
+12
View File
@@ -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