Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qversiontagging.h File Reference

(e820ff83012b5fe3057f5c6dba1e2163d39e7161)

#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtversionchecks.h>
#include <QtCore/qtypes.h>
Include dependency graph for qversiontagging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtPrivate::QVersionTag

Namespaces

namespace  QtPrivate

Macros

#define QT_VERSION_TAG_SYMBOL2(prefix, sym, m, n)
#define QT_VERSION_TAG_SYMBOL(prefix, sym, m, n)

Functions

 QT_REQUIRE_CONFIG (version_tagging)

Macro Definition Documentation

◆ QT_VERSION_TAG_SYMBOL

#define QT_VERSION_TAG_SYMBOL ( prefix,
sym,
m,
n )
Value:
QT_VERSION_TAG_SYMBOL2(prefix, sym, m, n)
const GLfloat * m
[1]
GLfloat n
#define QT_VERSION_TAG_SYMBOL2(prefix, sym, m, n)

Definition at line 123 of file qversiontagging.h.

◆ QT_VERSION_TAG_SYMBOL2

#define QT_VERSION_TAG_SYMBOL2 ( prefix,
sym,
m,
n )
Value:
prefix ## sym ## _ ## m ## _ ## n

Definition at line 122 of file qversiontagging.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( version_tagging )