|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Shared-library import/export macro for the common library.
More...
#include <QtCore/qglobal.h>Go to the source code of this file.
Macros | |
| #define | COMMON_AUTOPORT Q_DECL_IMPORT |
| Expands to the correct dllexport/dllimport decoration for this library. | |
Shared-library import/export macro for the common library.
Each sub-library (common, db, savefile) carries one of these "autoport" headers. When the library is being built, COMMON_LIBRARY is defined and its public symbols are marked Q_DECL_EXPORT; when another target consumes the library, the same symbols resolve to Q_DECL_IMPORT. Classes opt in by tagging their declaration with the COMMON_AUTOPORT macro (e.g. class COMMON_AUTOPORT Utility ...).
Definition in file common_autoport.h.
| #define COMMON_AUTOPORT Q_DECL_IMPORT |
Expands to the correct dllexport/dllimport decoration for this library.
Definition at line 38 of file common_autoport.h.