first re-commit.
This commit is contained in:
12
libMiniCash/libMiniCash_global.h
Normal file
12
libMiniCash/libMiniCash_global.h
Normal 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
|
Reference in New Issue
Block a user