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>bb10
parent
ab0282355e
commit
da508c2c24
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue