summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsystemdetection.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-06-10 16:08:39 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2022-08-09 15:21:52 +0200
commitad6aaa772705bcd589d64d663ce72ea6d4b86356 (patch)
tree050f7f3c557c50f476638523db608025165825ff /src/corelib/global/qsystemdetection.h
parentc2c4a21374c38465bf0d2dfd3e271ef831c17d2e (diff)
Add pragmas to the header files that needs to be skipped by syncqt
Add the qt_sync_skip_header_check and qt_sync_stop_processing pragmas to: qtbase/src/corelib/global/qsystemdetection.h qtbase/src/corelib/global/qprocessordetection.h qtbase/src/corelib/global/qcompilerdetection.h to avoid checking by synqt. These files were previously blacklisted in syncqt.profile. Change-Id: I268a3063e7eafb9a78e9e8d1cb67cd2def490b35 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qsystemdetection.h')
-rw-r--r--src/corelib/global/qsystemdetection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qsystemdetection.h b/src/corelib/global/qsystemdetection.h
index cbbe613e40..a4cc20b540 100644
--- a/src/corelib/global/qsystemdetection.h
+++ b/src/corelib/global/qsystemdetection.h
@@ -6,6 +6,11 @@
# include <QtCore/qglobal.h>
#endif
+#if 0
+#pragma qt_sync_skip_header_check
+#pragma qt_sync_stop_processing
+#endif
+
#ifndef QSYSTEMDETECTION_H
#define QSYSTEMDETECTION_H