mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Update QsLog to 2.1 snapshot 46b643d5bcbc
This commit is contained in:
12
third_party/QsLog/QsLogSharedLibrary.h
vendored
Normal file
12
third_party/QsLog/QsLogSharedLibrary.h
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef QSSHAREDLIBRARY_H
|
||||
#define QSSHAREDLIBRARY_H
|
||||
|
||||
#ifdef QSLOG_IS_SHARED_LIBRARY
|
||||
#define QSLOG_SHARED_OBJECT Q_DECL_EXPORT
|
||||
#elif QSLOG_IS_SHARED_LIBRARY_IMPORT
|
||||
#define QSLOG_SHARED_OBJECT Q_DECL_IMPORT
|
||||
#else
|
||||
#define QSLOG_SHARED_OBJECT
|
||||
#endif
|
||||
|
||||
#endif // QSSHAREDLIBRARY_H
|
Reference in New Issue
Block a user