mirror of
https://github.com/ModOrganizer2/modorganizer-preview_bsa.git
synced 2026-07-27 14:06:38 -07:00
- added an about dialog
- updated json library
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef PREVIEWBASE_GLOBAL_H
|
||||
#define PREVIEWBASE_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(PREVIEWBASE_LIBRARY)
|
||||
# define PREVIEWBASESHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define PREVIEWBASESHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // PREVIEWBASE_GLOBAL_H
|
||||
Reference in New Issue
Block a user