Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 \macro QT_NO_KEYWORDS >
 

Macros

#define QT_VERSION_TAG_SYMBOL2(prefix, sym, m, n)   prefix ## sym ## _ ## m ## _ ## n
 
#define QT_VERSION_TAG_SYMBOL(prefix, sym, m, n)   QT_VERSION_TAG_SYMBOL2(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 )   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 )   prefix ## sym ## _ ## m ## _ ## n

Definition at line 122 of file qversiontagging.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( version_tagging )