edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
exports.h
Go to the documentation of this file.
1// edbee - Copyright (c) 2012-2025 by Rick Blommers and contirbutors
2// SPDX-License-Identifier: MIT
3
4#pragma once
5
6#include <QtCore/qglobal.h>
7
8#ifdef EDBEE_SHARED
9 #ifdef EDBEE_EXPORT_SYMBOLS
10 # define EDBEE_EXPORT Q_DECL_EXPORT
11 #else
12 # define EDBEE_EXPORT Q_DECL_IMPORT
13 #endif
14#else
15 # define EDBEE_EXPORT
16#endif