chore: baseline usable version
This commit is contained in:
12
libs/qwindowkit/qmsetup/include/qmsetup/qmsetup_global.h
Normal file
12
libs/qwindowkit/qmsetup/include/qmsetup/qmsetup_global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef QMSETUP_GLOBAL_H
|
||||
#define QMSETUP_GLOBAL_H
|
||||
|
||||
#ifdef _WIN32
|
||||
# define QMSETUP_DECL_EXPORT __declspec(dllexport)
|
||||
# define QMSETUP_DECL_IMPORT __declspec(dllimport)
|
||||
#else
|
||||
# define QMSETUP_DECL_EXPORT __attribute__((visibility("default")))
|
||||
# define QMSETUP_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // QMSETUP_GLOBAL_H
|
||||
Reference in New Issue
Block a user