![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Macros | |
#define | SYM QT_MANGLE_NAMESPACE(qt_version_tag) |
#define | SSYM QT_STRINGIFY(SYM) |
#define | make_versioned_symbol2(sym, m, n, separator) Q_CORE_EXPORT extern const char sym ## _ ## m ## _ ## n = 0; |
#define | make_versioned_symbol(sym, m, n, separator) make_versioned_symbol2(sym, m, n, separator) |
Functions | |
make_versioned_symbol (SYM, QT_VERSION_MAJOR, QT_VERSION_MINOR, "@@") | |
Variables | |
QT_BEGIN_NAMESPACE | |
#define make_versioned_symbol | ( | sym, | |
m, | |||
n, | |||
separator | |||
) | make_versioned_symbol2(sym, m, n, separator) |
Definition at line 39 of file qversiontagging.cpp.
#define make_versioned_symbol2 | ( | sym, | |
m, | |||
n, | |||
separator | |||
) | Q_CORE_EXPORT extern const char sym ## _ ## m ## _ ## n = 0; |
Definition at line 36 of file qversiontagging.cpp.
#define SSYM QT_STRINGIFY(SYM) |
Definition at line 9 of file qversiontagging.cpp.
#define SYM QT_MANGLE_NAMESPACE(qt_version_tag) |
Definition at line 8 of file qversiontagging.cpp.
make_versioned_symbol | ( | SYM | , |
QT_VERSION_MAJOR | , | ||
QT_VERSION_MINOR | , | ||
"@@" | |||
) |
|
related |
Definition at line 99 of file qversiontagging.cpp.