first re-commit.

This commit is contained in:
2025-08-05 22:37:51 +02:00
commit 5295a82aa3
109 changed files with 9928 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#ifndef LIBMINICASH_GLOBAL_H
#define LIBMINICASH_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBMINICASH_LIBRARY)
#define LIBMINICASH_EXPORT Q_DECL_EXPORT
#else
#define LIBMINICASH_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBMINICASH_GLOBAL_H