summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-04-25 19:48:42 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2024-04-26 18:59:53 +0200
commitda508c2c241aa52c22a8355c541819ea45969d48 (patch)
tree58cc3bbd9924b4fa7ea0881f30ffb76376a64c34 /src
parentab0282355edd3085f4eb5636dfef52b9323ea26d (diff)
Avoid including qversiontagging.h in QtCore module header
The header is already included in qglobal.h Task-number: QTBUG-124346 Change-Id: Id713cdecd4c3221edc32402cb874ab0d98a86f82 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qversiontagging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/global/qversiontagging.h b/src/corelib/global/qversiontagging.h
index 73faf5b6eb..965d53e88f 100644
--- a/src/corelib/global/qversiontagging.h
+++ b/src/corelib/global/qversiontagging.h
@@ -4,6 +4,10 @@
#if !defined(QVERSIONTAGGING_H)
#define QVERSIONTAGGING_H
+#if 0
+#pragma qt_no_master_include
+#endif
+
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtversionchecks.h>